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: docker:
name: Build and Push Docker Image name: Build and Push Docker Image
needs: [release] needs: [release]
if: github.event_name == 'schedule' || needs.release.result == 'success' if: needs.release.result == 'success'
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: ${{ needs.release.outputs.version }} RELEASE_VERSION: ${{ needs.release.outputs.version }}

Loading…
Cancel
Save