diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index b800bd4e56..089022535d 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -31,7 +31,7 @@ on: # Ensure that no two site publications happen concurrently. # 1 job per reference can run concurrently, no cancellation concurrency: - group: site-publishing + group: site-publishing-${{ case(github.event_name == 'push', 'main', github.ref) }} cancel-in-progress: false jobs: