mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
check for empty array '[]' not empty string []
This commit is contained in:
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user