Skip to content

Commit

Permalink
Merge pull request #1105 from Windvis/chore/cancel-stale-workflows
Browse files Browse the repository at this point in the history
Cancel workflows when they become outdated
  • Loading branch information
ef4 committed Feb 5, 2022
2 parents d308120 + 7f3424e commit 4b9db36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,10 @@ on:
pull_request:
branches: [main]

concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
preflight:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b9db36

Please sign in to comment.