Skip to content

Commit 35c2e2d

Browse files
[CI][13/N] Fix syntax error in sycl_linux_run_tests.yml
1 parent aced383 commit 35c2e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sycl_linux_run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ jobs:
198198
name: ${{ inputs.sycl_toolchain_artifact }}
199199
- name: Debug prints [workflow_run]
200200
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
201-
steps:
202-
- run: pwd
203-
- run: ls
201+
run: |
202+
pwd
203+
ls
204204
- name: Download SYCL toolchain [workflow_run]
205205
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
206206
uses: actions/github-script@v6

0 commit comments

Comments
 (0)