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 aa5722c commit 17a053eCopy full SHA for 17a053e
.github/workflows/sycl_precommit_aws.yml
@@ -61,7 +61,9 @@ jobs:
61
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
62
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
63
target_devices: ext_oneapi_cuda:gpu
64
- ref: ${{ github.sha }}
+ # 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 }}
67
merge_ref: ''
68
69
sycl_toolchain_artifact: sycl_linux_default
0 commit comments