Skip to content

Commit 42cdc78

Browse files
authored
cron +
1 parent 80107a5 commit 42cdc78

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
#push:
99
workflow_dispatch:
1010
schedule:
11-
- cron: "30 08 * * 4" # 08:30 PM UTC Fri (02:15 AM NPT Fri Midnight)
12-
# - cron: "*/30 * * * *" # Every 30 Mins
11+
- cron: "30 08 * * *" # 08:30 PM UTC everyday
1312
defaults:
1413
run:
1514
shell: bash
@@ -113,4 +112,4 @@ jobs:
113112
${{ env.GHCR_NAME }}:latest
114113
${{ env.GHCR_NAME }}:${{ env.DOCKER_TAG }}
115114
push: true
116-
continue-on-error: true
115+
continue-on-error: true

0 commit comments

Comments
 (0)