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 d25d6d6 commit 671da4aCopy full SHA for 671da4a
.github/workflows/sycl-linux-precommit.yml
@@ -44,6 +44,7 @@ jobs:
44
uses: ./.github/workflows/sycl-detect-changes.yml
45
46
build:
47
+ name: Self build
48
needs: [detect_changes]
49
if: always() && success()
50
uses: ./.github/workflows/sycl-linux-build.yml
.github/workflows/sycl-post-commit.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
build-lin:
37
- name: Linux (Self build + no-assertions)
+ name: Linux (GCC + no-assertions)
38
if: github.repository == 'intel/llvm'
39
40
with:
0 commit comments