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 10, 2023
1 parent 8cc683a commit 83e76aa
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:
lint-entrypoint-py:
name: Lint entrypoint.py
Expand Down

0 comments on commit 83e76aa

Please sign in to comment.