diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 30960b1e6..f21651430 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -22,7 +22,7 @@ permissions: # 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: "pages" + group: "pages-${{github.event.pull_request.number || github.ref_name}}" cancel-in-progress: false # Default to bash