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 026ba62 commit 7fb4a3eCopy full SHA for 7fb4a3e
.github/workflows/sycl-linux-build.yml
@@ -345,7 +345,7 @@ jobs:
345
if: ${{ inputs.cts_binaries_artifact && always() && !cancelled() && steps.build.conclusion == 'success' }}
346
uses: ./devops/actions/run-tests/cts
347
with:
348
- ref: ${{ inputs.ref || github.sha }}
+ ref: main
349
testing_mode: build-only
350
target_devices: all
351
binaries_artifact: ${{ inputs.cts_binaries_artifact }}
0 commit comments