We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157ba3e commit 4c6bb70Copy full SHA for 4c6bb70
1 file changed
.github/actions/launchable/setup/action.yml
@@ -65,10 +65,7 @@ runs:
65
shell: bash
66
if: >-
67
${{
68
- (github.repository == 'ruby/ruby'
69
- || (github.repository != 'ruby/ruby'
70
- && env.LAUNCHABLE_TOKEN))
71
- && (inputs.test-task == 'check'
+ (inputs.test-task == 'check'
72
|| inputs.test-task == 'test-all'
73
|| inputs.test-task == 'test'
74
|| contains(fromJSON(inputs.test-tasks), 'test-all')
0 commit comments