Skip to content

Commit e259aeb

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,13 @@ on:
146146
- false
147147
- true
148148

149-
skip_run:
150-
type: choice
151-
default: 'false'
152-
options:
153-
- false
154-
- true
155149

156150
permissions:
157151
contents: read
158152

159153
jobs:
160154
run:
161-
if: inputs.skip_run == 'false'
155+
if: github.event_name == 'workflow_run' || inputs.skip_run == 'false'
162156
name: ${{ inputs.name }}
163157
runs-on: ${{ fromJSON(inputs.runner) }}
164158
container:

0 commit comments

Comments
 (0)