diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index ed96e3f26e..81ba31742a 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -41,7 +41,7 @@ jobs: check-macos-build: needs: [ files-changed ] if: | - needs.files-changed.outputs.postgres_changes != '' && ( + needs.files-changed.outputs.postgres_changes != '[]' && ( contains(github.event.pull_request.labels.*.name, 'run-extra-build-macos') || contains(github.event.pull_request.labels.*.name, 'run-extra-build-*') || github.ref_name == 'main'