Skip to content

Commit

Permalink
use different groups for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed May 25, 2024
1 parent 06c48b1 commit c3a3f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on: [push]
# cancel builds in progress if a new push has been made to the same ref
# see https://stackoverflow.com/a/70972844/1320237
concurrency:
group: ${{ github.ref }}
group: ${{ github.ref }}-run-tests
cancel-in-progress: ${{ github.ref_name != 'master' }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: [push]
# cancel builds in progress if a new push has been made to the same ref
# see https://stackoverflow.com/a/70972844/1320237
concurrency:
group: ${{ github.ref }}
group: ${{ github.ref }}-update
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit c3a3f2f

Please sign in to comment.