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 f9fb3e8 commit fb96189Copy full SHA for fb96189
.github/workflows/docs_pr_push.yml
@@ -33,4 +33,5 @@ permissions:
33
34
jobs:
35
DocsBuild:
36
+ if: false
37
uses: ./.github/workflows/reusable_docs_build.yml
.github/workflows/pr_push.yml
@@ -16,7 +16,10 @@ permissions:
16
contents: read
17
18
19
+ SYCL:
20
+ uses: ./.github/workflows/reusable_sycl.yml
21
CodeChecks:
22
23
uses: ./.github/workflows/reusable_checks.yml
24
FastBuild:
25
name: Fast builds
0 commit comments