Skip to content

Commit 3951884

Browse files
committed
Formatting changes
1 parent a49ec58 commit 3951884

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ on:
6363
type: string
6464
default: ''
6565
required: False
66-
6766
e2e_testing_mode:
6867
type: string
6968
default: 'full'
@@ -408,10 +407,10 @@ jobs:
408407
grep 'exit code: [^0]' -r logs >> $GITHUB_STEP_SUMMARY
409408
410409
exit $ret
411-
- name: Pack e2e binaries
410+
- name: Pack E2E binaries
412411
if: ${{ always() && !cancelled() && inputs.e2e_testing_mode == 'build-only'}}
413412
run: tar -I 'zstd -9' -cf e2e_binaries.tar.zst -C ./build-e2e .
414-
- name: Upload e2e binaries
413+
- name: Upload E2E binaries
415414
if: ${{ always() && !cancelled() && inputs.e2e_testing_mode == 'build-only'}}
416415
uses: actions/upload-artifact@v4
417416
with:

0 commit comments

Comments
 (0)