Skip to content

Commit 4f089be

Browse files
authored
Add mlir override to concurrency group (#429)
Solves issue with multiple "On PR" CI runs targeting "main" but using different "mlir_override" inputs would collide and cancel earlier job. Adding mlir override input to concurrency group name to resolve this.
1 parent 9711b1a commit 4f089be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches: [ "main" ]
1212

1313
concurrency:
14-
group: ${{ github.workflow }}-${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.mlir_override }}
1515
cancel-in-progress: true
1616

1717
jobs:

0 commit comments

Comments
 (0)