ci: allow schedule to build and deploy

pull/106/head
Jeff Culverhouse 3 months ago
parent 0d7e8d9cb7
commit 7e83bda129

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

Loading…
Cancel
Save