Skip to content

Commit 671da4a

Browse files
authored
[CI][NFC] Fix the step name after 5e0db3e (#19702)
We swapped self-build clang and GCC in 5e0db3e. Update the step name to avoid confusion.
1 parent d25d6d6 commit 671da4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: ./.github/workflows/sycl-detect-changes.yml
4545

4646
build:
47+
name: Self build
4748
needs: [detect_changes]
4849
if: always() && success()
4950
uses: ./.github/workflows/sycl-linux-build.yml

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: ./.github/workflows/sycl-detect-changes.yml
3535

3636
build-lin:
37-
name: Linux (Self build + no-assertions)
37+
name: Linux (GCC + no-assertions)
3838
if: github.repository == 'intel/llvm'
3939
uses: ./.github/workflows/sycl-linux-build.yml
4040
with:

0 commit comments

Comments
 (0)