ci(build/nightly): fix arm64 workflow dispatch event check

This commit is contained in:
2024-05-13 01:37:55 +01:00
parent 92533f2b50
commit 307f13be0b

View File

@@ -63,7 +63,9 @@ jobs:
build_arm64:
name: Build (arm64)
if: github.event.inputs.arm64 || github.event.schedule == '0 23 1 * *'
if: >-
github.event.inputs.arm64 == 'true' ||
github.event.schedule == '0 23 1 * *'
uses: ./.github/workflows/_build.yml
needs: [prepare]
with: