Skip to content

Commit

Permalink
ci: fix nightly job not skipping if no change
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Sep 21, 2024
1 parent 5b3803f commit f76da68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f76da68

Please sign in to comment.