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 5a8910d commit 24dddd1Copy full SHA for 24dddd1
.github/workflows/sycl-linux-precommit.yml
@@ -51,7 +51,7 @@ jobs:
51
build:
52
name: Self build
53
needs: [detect_changes]
54
- if: success()
+ if: false
55
uses: ./.github/workflows/sycl-linux-build.yml
56
with:
57
build_ref: ${{ github.sha }}
.github/workflows/sycl-post-commit.yml
@@ -35,7 +35,7 @@ jobs:
35
36
build-lin:
37
name: Linux (GCC + no-assertions)
38
- if: github.repository == 'intel/llvm'
39
40
41
build_cache_root: "/__w/llvm"
0 commit comments