mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 12:00:42 +00:00
remove concurrency from build-macos
This commit is contained in:
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user