Skip to content

Commit

Permalink
More workflow cleanup + fix concurrency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 22, 2024
1 parent adc425c commit e06a694
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- synchronize

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

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Sonarcloud

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]

jobs:
sonarcloud:
name: SonarCloud
Expand Down

0 comments on commit e06a694

Please sign in to comment.