Skip to content

Commit 6e77e0c

Browse files
Copilotm-aciek
andauthored
fix: use version-specific concurrency group for publish job
Agent-Logs-Url: https://github.com/m-aciek/python-docs-offline/sessions/ec245c17-ec8f-40ef-8b5a-d5b9d0aa94f7 Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com>
1 parent 95628bc commit 6e77e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
if: ${{ !cancelled() && inputs.publish == 'true' }}
186186
runs-on: ubuntu-latest
187187
concurrency:
188-
group: gh-pages-publish
188+
group: gh-pages-publish-${{ inputs.dist_version }}
189189
cancel-in-progress: false
190190
steps:
191191
- name: Checkout gh-pages branch

0 commit comments

Comments
 (0)