Commit 9a09732
Improve continuous-integration.yml workflow controls
- Add concurrency controls to prevent overlapping CI builds
- Use cancel-in-progress: true to skip builds when one is already running
- Document paths-ignore pattern for future push triggers
- Prevents resource conflicts from simultaneous 1.5-hour builds
Since cron triggers occur every few hours, skipping overlapping builds
is more efficient than queuing them.
Signed-off-by: Mark Pollack <mark.pollack@broadcom.com>1 parent 5cf62c9 commit 9a09732
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
25 | 35 | | |
26 | 36 | | |
27 | 37 | | |
| |||
0 commit comments