Skip to content

Commit 861c40b

Browse files
authored
cron
1 parent 0b2f8d4 commit 861c40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_bootstrap_images_x86_64.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-x86_64:
1212
runs-on: ubuntu-latest
@@ -202,4 +202,4 @@ jobs:
202202
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
203203
subject-path: ${{ matrix.file }}
204204
show-summary: true
205-
continue-on-error: true
205+
continue-on-error: true

0 commit comments

Comments
 (0)