[build] Fix manually triggered nightly releases (#15615)

Fix 3763d0d4ab8bdbe433ce08e45e21f36ebdeb5db3

Authored by: bashonly
This commit is contained in:
bashonly 2026-01-19 03:25:37 -06:00 committed by GitHub
parent 9ab4777b97
commit 0b08b833bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ permissions: {}
jobs:
check_nightly:
name: Check for new commits
if: vars.BUILD_NIGHTLY
if: github.event_name == 'workflow_dispatch' || vars.BUILD_NIGHTLY
permissions:
contents: read
runs-on: ubuntu-latest