mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
ci: fix nightly job not skipping if no change (#1601)
This commit is contained in:
parent
5b3803f905
commit
ca6ee28fb1
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…
x
Reference in New Issue
Block a user