Skip to content

Commit

Permalink
Cancel PR runs when a new push comes in on the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 11, 2023
1 parent 0361ccb commit 25ba111
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 25ba111

Please sign in to comment.