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 b8a3979 commit 56b8eefCopy full SHA for 56b8eef
.github/workflows/sycl-ur-perf-benchmarking.yml
@@ -78,6 +78,12 @@ 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: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || inputs.pr_no || inputs.commit_hash || github.ref }}
85
+ cancel-in-progress: true
86
+
87
permissions: read-all
88
89
jobs:
0 commit comments