Skip to content

Commit

Permalink
ci-cd: Change linting concurrency to be per branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Dec 26, 2024
1 parent 8ba1fef commit 250e42d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
filters: .github/filters.yaml
format:
name: Format and lint
# jobs which push to the repo all need to be in this concurrency group
concurrency:
group: "push"
group: ${{ github.workflow }}-${{ github.ref }}
# needed to push changes if needed
permissions:
contents: write
Expand Down

0 comments on commit 250e42d

Please sign in to comment.