Skip to content

Commit

Permalink
Fix Publish CI (#20)
Browse files Browse the repository at this point in the history
Applied correct value for concurrency group name
  • Loading branch information
treyburn authored Oct 13, 2023
1 parent 4d08f69 commit a475750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish SDK and Docs
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: ${{ github.head_ref }}
group: "publish"
cancel-in-progress: false


Expand Down

0 comments on commit a475750

Please sign in to comment.