diff --git a/.github/workflows/Build pkgdown site.yaml b/.github/workflows/Build pkgdown site.yaml index f77f24a..8c33964 100644 --- a/.github/workflows/Build pkgdown site.yaml +++ b/.github/workflows/Build pkgdown site.yaml @@ -6,7 +6,7 @@ on: - main workflow_dispatch: - concurrency: +concurrency: group: ${{ github.ref }} # Use the branch reference as the concurrency group cancel-in-progress: true # Cancel any in-progress runs in the same group diff --git a/.github/workflows/increment_version.yaml b/.github/workflows/increment_version.yaml index c2da2ee..604757d 100644 --- a/.github/workflows/increment_version.yaml +++ b/.github/workflows/increment_version.yaml @@ -6,7 +6,7 @@ on: - main workflow_dispatch: - concurrency: +concurrency: group: ${{ github.ref }} # Use the branch reference as the concurrency group cancel-in-progress: true # Cancel any in-progress runs in the same group