Skip to content

Commit 24dddd1

Browse files
TEST CI
1 parent 5a8910d commit 24dddd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
build:
5252
name: Self build
5353
needs: [detect_changes]
54-
if: success()
54+
if: false
5555
uses: ./.github/workflows/sycl-linux-build.yml
5656
with:
5757
build_ref: ${{ github.sha }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
build-lin:
3737
name: Linux (GCC + no-assertions)
38-
if: github.repository == 'intel/llvm'
38+
if: false
3939
uses: ./.github/workflows/sycl-linux-build.yml
4040
with:
4141
build_cache_root: "/__w/llvm"

0 commit comments

Comments
 (0)