From 174885dff59d38059e4f1cbe8bdb584f4efcf7d7 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Fri, 3 Oct 2025 09:57:14 -0400 Subject: [PATCH] Oopsie --- .github/workflows/nightly_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index c7b6c00..e9963ce 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -299,9 +299,9 @@ jobs: post_compile_steps: name: Create Nightly Release runs-on: ubuntu-latest - needs: [compile_sketch, should_build] + needs: [compile_sketch, decide] # create release if manual dispatch OR should_release decided true for scheduled run - if: ${{ fromJSON(needs.should_build.outputs.result).should_build == true }} + if: ${{ fromJSON(needs.decide.outputs.result).should_build == true }} steps: - uses: actions/checkout@v4