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 fcfb2e9 commit ec1d4d5Copy full SHA for ec1d4d5
.github/workflows/sycl-prebuilt-e2e-cts-container.yml renamed to .github/workflows/sycl-prebuilt-e2e-container.yml
@@ -52,7 +52,7 @@ jobs:
52
# Date: Thu Jul 10 16:45:48 2025 +0100
53
# Merge pull request #1102 from steffenlarsen/steffen/remove_secondary_queue_exceptions
54
# Remove expected exceptions for secondary queue
55
- cts_binaries_ref: ${{ github.event_name == 'push' && '19e4ed34377c8a8a354d701772427be8c5430b0d' || inputs.cts_ref }}
+ cts_binaries_ref: ${{ inputs.cts_ref || '19e4ed34377c8a8a354d701772427be8c5430b0d' }}
56
57
# Couldn't make it work from inside the container, so have to use an extra job
58
# and pass an artifact.
0 commit comments