ci: fix nightly job not skipping if no change (#1601)

This commit is contained in:
Clement Tsang 2024-09-21 02:09:16 -04:00 committed by GitHub
parent 5b3803f905
commit ca6ee28fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ jobs:
build-release: build-release:
needs: initialize-job needs: initialize-job
if: ${{ needs.initialize-job.outputs.should_skip != 'true' }}
uses: ./.github/workflows/build_releases.yml uses: ./.github/workflows/build_releases.yml
with: with:
caller: "nightly" caller: "nightly"