mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +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:
|
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"
|
||||||
|
|
Loading…
Reference in a new issue