Commit edb9bd9
committed
ci: Add concurrency control to cancel outdated test runs
Add concurrency configuration to Maven Tests workflow to automatically
cancel previous runs when new commits are pushed to the same PR or branch.
This saves CI/CD resources and provides faster feedback.
Configuration:
- Groups runs by workflow name and PR number (or branch ref)
- Automatically cancels in-progress runs when new ones start1 parent 9393a9a commit edb9bd9
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments