Skip to content

Commit

Permalink
ci: cancel in progress actions
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 1, 2023
1 parent 0bdd859 commit 190b04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: dorothy-workflow
'on':
- push
- pull_request
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
homebrew-macos-test-and-lint:
runs-on: macos-latest
Expand Down

0 comments on commit 190b04c

Please sign in to comment.