Skip to content

Commit fb96189

Browse files
build sycl test only
1 parent f9fb3e8 commit fb96189

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docs_pr_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ permissions:
3333

3434
jobs:
3535
DocsBuild:
36+
if: false
3637
uses: ./.github/workflows/reusable_docs_build.yml

.github/workflows/pr_push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ permissions:
1616
contents: read
1717

1818
jobs:
19+
SYCL:
20+
uses: ./.github/workflows/reusable_sycl.yml
1921
CodeChecks:
22+
if: false
2023
uses: ./.github/workflows/reusable_checks.yml
2124
FastBuild:
2225
name: Fast builds

0 commit comments

Comments
 (0)