Skip to content

Commit 17a053e

Browse files
[CI] Try to sync aws cuda e2e tests in pre-commit with the build
1 parent aa5722c commit 17a053e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sycl_precommit_aws.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
6262
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
6363
target_devices: ext_oneapi_cuda:gpu
64-
ref: ${{ github.sha }}
64+
# No idea why but that seems to work and be in sync with the main
65+
# pre-commit workflow.
66+
ref: ${{ github.event.workflow_run.referenced_workflows[0].sha }}
6567
merge_ref: ''
6668

6769
sycl_toolchain_artifact: sycl_linux_default

0 commit comments

Comments
 (0)