Skip to content

Commit 874bc9d

Browse files
committed
actions/checkout sucks
1 parent 3453107 commit 874bc9d

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
with:
178178
sparse-checkout: |
179179
devops/actions
180+
sycl/cts_exclude_filter
180181
# Cleanup will be run after all actions are completed.
181182
- name: Register cleanup after job is finished
182183
uses: ./devops/actions/cleanup

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ jobs:
229229
with:
230230
sparse-checkout: |
231231
devops
232+
sycl/cts_exclude_filter
232233
- name: Register cleanup after job is finished
233234
uses: ./devops/actions/cleanup
234235
- name: Reset Intel GPU

devops/actions/run-tests/cts/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ inputs:
2020
runs:
2121
using: "composite"
2222
steps:
23-
- name: Checkout CTS exclude filters
24-
if: inputs.testing_mode != 'run-only'
25-
uses: actions/checkout@v5
26-
with:
27-
sparse-checkout: |
28-
sycl/cts_exclude_filter
2923
- name: Checkout SYCL CTS tests
3024
if: inputs.testing_mode != 'run-only'
3125
uses: ./devops/actions/cached_checkout

0 commit comments

Comments
 (0)