mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 02:46:44 +00:00
ci(build/nightly): fix arm64 workflow dispatch event check
This commit is contained in:
4
.github/workflows/nightly-master.yml
vendored
4
.github/workflows/nightly-master.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user