We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80107a5 commit 42cdc78Copy full SHA for 42cdc78
.github/workflows/build-deploy.yml
@@ -8,8 +8,7 @@ on:
8
#push:
9
workflow_dispatch:
10
schedule:
11
- - cron: "30 08 * * 4" # 08:30 PM UTC Fri (02:15 AM NPT Fri Midnight)
12
- # - cron: "*/30 * * * *" # Every 30 Mins
+ - cron: "30 08 * * *" # 08:30 PM UTC everyday
13
defaults:
14
run:
15
shell: bash
@@ -113,4 +112,4 @@ jobs:
113
112
${{ env.GHCR_NAME }}:latest
114
${{ env.GHCR_NAME }}:${{ env.DOCKER_TAG }}
115
push: true
116
- continue-on-error: true
+ continue-on-error: true
0 commit comments