Skip to content

Commit

Permalink
fix concurrency group name
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 14, 2023
1 parent 35077c7 commit 648af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vpm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'cmd/tools/vpm.yml'

concurrency:
group: build-vpm-apps-${{ github.event.pull_request.number || github.sha }}
group: vpm-ci-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 648af89

Please sign in to comment.