remove concurrency from build-macos

This commit is contained in:
Fedor Dikarev
2024-10-15 00:01:46 +02:00
parent f5e21b9dc2
commit 44c1f52e24

View File

@@ -3,11 +3,6 @@ name: Check neon with MacOS builds
on:
workflow_call:
concurrency:
# Allow only one workflow per any non-`main` branch.
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}
cancel-in-progress: true
env:
RUST_BACKTRACE: 1
COPT: '-Werror'