Skip to content

Commit

Permalink
ci: cancel if multiple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 16, 2024
1 parent 6ef3d84 commit 24662b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Check PR is ready for merge"

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

on:
pull_request:
branches:
Expand Down

0 comments on commit 24662b3

Please sign in to comment.