diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3b69aa..9d7ac95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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