Skip to content

Commit

Permalink
Merge pull request #128851 from ZhongRuoyu/publish-commit-bottles-con…
Browse files Browse the repository at this point in the history
…currency

publish-commit-bottles: fix concurrency group
  • Loading branch information
ZhongRuoyu authored Apr 20, 2023
2 parents 9a8a907 + c87e5b0 commit b93b124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-commit-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish and commit bottles
run-name: "Publish PR #${{ inputs.pull_request }}"

concurrency:
group: ${{ github.workflow }}-${{ inputs.pull_request }}
group: ${{ github.workflow }}-${{ github.event.inputs.pull_request }}
cancel-in-progress: false

on:
Expand Down

0 comments on commit b93b124

Please sign in to comment.