Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't cancel concurrent main builds (#342)
Fixing this in all our rulesets. This updates the GHA ci.yaml `concurrency` block to match all of our other rule sets. In particular, the `cancel-in-progress` is updated to _not_ cancel in progress main builds `${{ github.ref_name != 'main' }}` so that if two commits land on main back-to-back the 2nd one does not cancel the first if it is still running CI.
- Loading branch information