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 066e266 commit 6fa5c55Copy full SHA for 6fa5c55
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -78,6 +78,15 @@ on:
78
- 'level_zero:gpu'
79
- 'level_zero_v2:gpu'
80
81
+concurrency:
82
+ # Cancel a currently running workflow from the same PR and dispatch (only if pr_no or commit_hash is repeated).
83
+ # Scheduled runs will only be affected if they overlap.
84
+ group: >-
85
+ ${{ github.workflow }}-${{ github.event_name }}-
86
+ ${{ github.event.pull_request.number || inputs.pr_no || inputs.commit_hash || github.ref }}-
87
+ ${{ inputs.runner }}-${{ inputs.backend }}
88
+ cancel-in-progress: true
89
+
90
permissions: read-all
91
92
jobs:
0 commit comments