Skip to content

Commit

Permalink
cancel workflows per work
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 11, 2024
1 parent 290b70d commit 04236db
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 @@ -5,6 +5,11 @@ on:
branches:
- 'development'

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

jobs:
##########################################################################################
# Module Tests
Expand Down

0 comments on commit 04236db

Please sign in to comment.