mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
34e8c299e7
refs https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-using-a-fallback-value - CI sometimes becomes clogged up with concurrent runs for a PR if the PR is updated - this sometimes happens when we merge a bunch of Renovate PRs and other PRs rebase on top of `main` multiple times - we shouldn't continue to run tests for PRs if the branches have been pushed to since they started - from the referenced link above, this is the built-in solution that cancels previous in-progress runs if a new job starts |
||
---|---|---|
.. | ||
auto-assign.yml | ||
canary.yml | ||
label-actions.yml | ||
migration-review.yml | ||
release.yml | ||
stale.yml | ||
test.yml |