Skip to content

Commit

Permalink
Cancel in progress PR CI when a new push to the same branch is made
Browse files Browse the repository at this point in the history
It's a waste otherwise for how we have things set up.
  • Loading branch information
SeanTAllen committed Aug 8, 2023
1 parent 0973cd9 commit 99d2dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: PR

on: pull_request

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

jobs:
superlinter:
name: Lint bash, docker, markdown, and yaml
Expand Down

0 comments on commit 99d2dec

Please sign in to comment.