diff options
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c49ea2d11..d713603ac 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-latest concurrency: - group: ${{ github.head_ref }}-macOS + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS cancel-in-progress: true steps: - uses: actions/checkout@v2 |
