Skip to content

Commit 4efb370

Browse files
TEST CI
1 parent 5a8910d commit 4efb370

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
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: 2 additions & 4 deletions
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"
@@ -110,9 +110,7 @@ jobs:
110110
contains(needs.detect_changes.outputs.filters, 'drivers') }}
111111
112112
build-win:
113-
if: |
114-
success() &&
115-
github.repository == 'intel/llvm'
113+
if: false
116114
uses: ./.github/workflows/sycl-windows-build.yml
117115
with:
118116
cxx: icx

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050

5151
build:
5252
needs: [detect_changes]
53-
if: |
54-
success()
55-
&& github.repository == 'intel/llvm'
53+
if: false
5654
uses: ./.github/workflows/sycl-windows-build.yml
5755
with:
5856
changes: ${{ needs.detect_changes.outputs.filters }}

0 commit comments

Comments
 (0)