Skip to content

Commit d97b5c4

Browse files
Update sycl-linux-run-tests.yml
1 parent e259aeb commit d97b5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ permissions:
152152

153153
jobs:
154154
run:
155-
if: github.event_name == 'workflow_run' || inputs.skip_run == 'false'
155+
if: github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false'
156156
name: ${{ inputs.name }}
157157
runs-on: ${{ fromJSON(inputs.runner) }}
158158
container:

0 commit comments

Comments
 (0)