Skip to content

Commit 4c6bb70

Browse files
committed
fix
1 parent 157ba3e commit 4c6bb70

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/actions/launchable/setup/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ runs:
6565
shell: bash
6666
if: >-
6767
${{
68-
(github.repository == 'ruby/ruby'
69-
|| (github.repository != 'ruby/ruby'
70-
&& env.LAUNCHABLE_TOKEN))
71-
&& (inputs.test-task == 'check'
68+
(inputs.test-task == 'check'
7269
|| inputs.test-task == 'test-all'
7370
|| inputs.test-task == 'test'
7471
|| contains(fromJSON(inputs.test-tasks), 'test-all')

0 commit comments

Comments
 (0)