Commit a75ecd2
committed
CD: Run one job per repo at a time
Recently started deploying to two apps in the same repository[1], which
causes a race condition as the two deploys start at the same time, but
need to be ordered to avoid conflicts[2].
[1] 25f7cc3
[2] https://github.com/navapbc/template-application-rails/actions/runs/14063004743/attempts/11 parent eb4bd8b commit a75ecd2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments