Skip to content

Commit

Permalink
feat: add concurrency groups to CI (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 authored Sep 25, 2023
1 parent 2f4ed09 commit e67f5f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-pr-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- opened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

slack:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

jobs:

######################################################################################################################
Expand Down

0 comments on commit e67f5f6

Please sign in to comment.