mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-21 19:53:05 +00:00
ci: fix nightly job not skipping if no change (#1601)
This commit is contained in:
parent
5b3803f905
commit
ca6ee28fb1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
|||
|
||||
build-release:
|
||||
needs: initialize-job
|
||||
if: ${{ needs.initialize-job.outputs.should_skip != 'true' }}
|
||||
uses: ./.github/workflows/build_releases.yml
|
||||
with:
|
||||
caller: "nightly"
|
||||
|
|
Loading…
Reference in a new issue