Skip to content

Commit 866f1a1

Browse files
authored
Launchable: Stop recording tests temporarily (ruby#12268)
There is a system trouble in Launchable, so I'm going to stop recording tests temporarily in compilers.yaml
1 parent 4336f41 commit 866f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979

8080
- name: Enable Launchable conditionally
8181
id: enable-launchable
82-
run: echo "enable-launchable=true" >> $GITHUB_OUTPUT
82+
run: echo "enable-launchable=false" >> $GITHUB_OUTPUT
8383
shell: bash
8484
if: >-
8585
${{

0 commit comments

Comments
 (0)