Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix(ci): cancel in-progress builds for snapshot deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Dec 8, 2022
1 parent 0477662 commit 4789383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
# There should only be one instance of this
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

name: Deploy snapshot builds
jobs:
Expand Down

0 comments on commit 4789383

Please sign in to comment.