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 b6aa8434a..da77578e9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,7 +1,7 @@ name: macos concurrency: - group: macos-${{ github.head_ref }} + group: macos-${{ github.head_ref || github.ref }} cancel-in-progress: true on: |
