Skip to content

Commit d692948

Browse files
Update sycl-linux-run-tests.yml
1 parent 966dad8 commit d692948

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,19 @@ on:
146146
- false
147147
- true
148148

149+
skip_run:
150+
type: choice
151+
default: 'false'
152+
options:
153+
- false
154+
- true
155+
149156
permissions:
150157
contents: read
151158

152159
jobs:
153160
run:
154-
if: inputs.skip_run == 'false' || github.event_name == 'workflow_run'
161+
if: inputs.skip_run == 'false'
155162
name: ${{ inputs.name }}
156163
runs-on: ${{ fromJSON(inputs.runner) }}
157164
container:

0 commit comments

Comments
 (0)