diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 4e62b2a..e8703db 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -43,7 +43,7 @@ permissions: pull-requests: read concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }} + group: docs-actions-build-${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: