Skip to content

Commit 3047efb

Browse files
committed
Remove workflow_run check on e2e binary download
1 parent ee4a9ce commit 3047efb

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
@@ -332,7 +332,7 @@ jobs:
332332
fi
333333
334334
- name: Download E2E Binaries
335-
if: inputs.e2e_binaries_artifact != '' && github.event_name != 'workflow_run'
335+
if: inputs.e2e_binaries_artifact != ''
336336
uses: actions/download-artifact@v4
337337
with:
338338
name: ${{ inputs.e2e_binaries_artifact }}

0 commit comments

Comments
 (0)