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 7c36b4e commit eac265eCopy full SHA for eac265e
.github/workflows/sycl-post-commit.yml
@@ -19,11 +19,6 @@ on:
19
- ./devops/actions/cleanup
20
- ./devops/actions/cached_checkout
21
22
-concurrency:
23
- # Cancel a currently running workflow from the same PR or commit hash.
24
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
25
- cancel-in-progress: true
26
-
27
permissions: read-all
28
29
jobs:
0 commit comments