We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49ec58 commit 3951884Copy full SHA for 3951884
.github/workflows/sycl-linux-run-tests.yml
@@ -63,7 +63,6 @@ on:
63
type: string
64
default: ''
65
required: False
66
-
67
e2e_testing_mode:
68
69
default: 'full'
@@ -408,10 +407,10 @@ jobs:
408
407
grep 'exit code: [^0]' -r logs >> $GITHUB_STEP_SUMMARY
409
410
exit $ret
411
- - name: Pack e2e binaries
+ - name: Pack E2E binaries
412
if: ${{ always() && !cancelled() && inputs.e2e_testing_mode == 'build-only'}}
413
run: tar -I 'zstd -9' -cf e2e_binaries.tar.zst -C ./build-e2e .
414
- - name: Upload e2e binaries
+ - name: Upload E2E binaries
415
416
uses: actions/upload-artifact@v4
417
with:
0 commit comments