Skip to content

Commit 0b2f8d4

Browse files
authored
cron
1 parent c4a2ec8 commit 0b2f8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_bootstrap_images_aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: "0 0 */3 * *" #every 3 Days @5:45 AM NPT
9+
- cron: "0 */8 * * *" # Every 08 Hrs
1010
jobs:
1111
push-aarch64:
1212
#runs-on: ubuntu-latest
@@ -203,4 +203,4 @@ jobs:
203203
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
204204
subject-path: ${{ matrix.file }}
205205
show-summary: true
206-
continue-on-error: true
206+
continue-on-error: true

0 commit comments

Comments
 (0)