Skip to content

Commit

Permalink
cancel running pull request jobs on new push
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat committed Oct 9, 2024
1 parent a2beab6 commit ac52af4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- mealie-next

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
pull-request-lint:
name: "Lint PR"
Expand Down

0 comments on commit ac52af4

Please sign in to comment.