Skip to content

Commit aced383

Browse files
[CI][12/N] Debug artifact download for workflow_run
1 parent d4807ba commit aced383

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sycl_linux_run_tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ jobs:
196196
uses: actions/download-artifact@v3
197197
with:
198198
name: ${{ inputs.sycl_toolchain_artifact }}
199+
- name: Debug prints [workflow_run]
200+
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
201+
steps:
202+
- run: pwd
203+
- run: ls
199204
- name: Download SYCL toolchain [workflow_run]
200205
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
201206
uses: actions/github-script@v6
@@ -221,6 +226,8 @@ jobs:
221226
- name: Unzip artifact [workflow_run]
222227
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
223228
run: |
229+
pwd
230+
ls
224231
unzip ${{ inputs.sycl_toolchain_artifact }}.zip
225232
rm ${{ inputs.sycl_toolchain_artifact }}.zip
226233
- name: Extract/Setup SYCL toolchain

0 commit comments

Comments
 (0)