Skip to content

Commit

Permalink
concurrent build stopage
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 11, 2024
1 parent a25e264 commit 01d8ef1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
branches:
- development

# Unique group name per workflow-branch/tag combo
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
#############################################
# Tests First baby! We fail, no build :(
Expand Down

0 comments on commit 01d8ef1

Please sign in to comment.