From 7e83bda12956a5a7c87e542a5bde8dd2439ed968 Mon Sep 17 00:00:00 2001 From: Jeff Culverhouse Date: Sat, 1 Nov 2025 15:07:49 -0400 Subject: [PATCH] ci: allow schedule to build and deploy --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 28898be..5ba7207 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -100,7 +100,7 @@ jobs: docker: name: Build and Push Docker Image needs: [release] - if: github.event_name == 'schedule' || needs.release.result == 'success' + if: needs.release.result == 'success' runs-on: ubuntu-latest env: RELEASE_VERSION: ${{ needs.release.outputs.version }}