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 }}