Skip to content

Commit c2c6f56

Browse files
committed
[REMOVE] Test sycl workflow
1 parent c498b58 commit c2c6f56

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pr_push.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ permissions:
1717

1818
jobs:
1919
CodeChecks:
20+
if: false
2021
uses: ./.github/workflows/reusable_checks.yml
2122
DocsBuild:
23+
if: false
2224
uses: ./.github/workflows/reusable_docs_build.yml
2325
FastBuild:
26+
if: false
2427
name: Fast builds
2528
needs: [CodeChecks, DocsBuild]
2629
uses: ./.github/workflows/reusable_fast.yml
@@ -62,15 +65,15 @@ jobs:
6265
uses: ./.github/workflows/reusable_valgrind.yml
6366
Coverage:
6467
# total coverage (on upstream only)
65-
if: github.repository == 'oneapi-src/unified-memory-framework'
68+
if: github.repository == 'oneapi-src/unified-memory-framework' && false
6669
needs: [Build, DevDax, L0, CUDA, MultiNuma, QEMU, ProxyLib]
6770
uses: ./.github/workflows/reusable_coverage.yml
6871
secrets: inherit
6972
with:
7073
trigger: "${{github.event_name}}"
7174
Coverage_partial:
7275
# partial coverage (on forks)
73-
if: github.repository != 'oneapi-src/unified-memory-framework'
76+
if: github.repository != 'oneapi-src/unified-memory-framework' && false
7477
needs: [Build, QEMU, ProxyLib]
7578
uses: ./.github/workflows/reusable_coverage.yml
7679
CodeQL:

.github/workflows/reusable_sycl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: SYCL
22

3-
on: workflow_call
3+
on: [workflow_call, push, pull_request]
44

55
permissions:
66
contents: read

0 commit comments

Comments
 (0)