Commit 179c770
authored
feat(ci): add concurrency control to prevent duplicate workflow runs (#452)
- Add concurrency control to build.yml that auto-cancels outdated PR runs
- Add concurrency control to build-and-publish.yml that queues deployments
- Group by PR number for builds, by ref for deployments
- Improves CI resource efficiency and reduces costs
Fixes #451
Signed-off-by: Shubh-Raj <shubhraj625@gmail.com>1 parent 6aa50ac commit 179c770
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments