diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index facc9e1c..6c1c2524 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ permissions: pull-requests: write concurrency: - group: documentation-deployments + group: documentation-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || 'main' }} cancel-in-progress: false jobs: