diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 26fdd53e7e8..e56f31107d6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.workflow }} + group: ${{ github.event_name == 'pull_request' && github.event.ref || github.workflow }} cancel-in-progress: false permissions: