Skip to content

Commit

Permalink
ci: Rename concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 16, 2023
1 parent e32440c commit eeec49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build
on: push

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

jobs:
Expand Down

0 comments on commit eeec49f

Please sign in to comment.