Skip to content

Commit

Permalink
all Shopsys package builds on GitHub actions are now cancelled if ano…
Browse files Browse the repository at this point in the history
…ther build of same branch starts
  • Loading branch information
TomasLudvik committed Oct 18, 2023
1 parent bc4c8d3 commit 0aadb5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
name: "Checks and tests"
jobs:
checks-and-tests:
Expand Down

0 comments on commit 0aadb5e

Please sign in to comment.