Skip to content

Commit e4496f2

Browse files
committed
Inherit secrets in nightly
1 parent 137edef commit e4496f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,9 @@ jobs:
268268
runner: '["Linux", "pvc"]'
269269
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
270270
target_devices: level_zero:gpu
271-
reset_intel_gpu: true
271+
reset_intel_gpu: false
272272
uses: ./.github/workflows/sycl-linux-run-tests.yml
273+
secrets: inherit
273274
with:
274275
name: ${{ matrix.name }}
275276
runner: ${{ matrix.runner }}

0 commit comments

Comments
 (0)