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 c4a2ec8 commit 0b2f8d4Copy full SHA for 0b2f8d4
.github/workflows/build_bootstrap_images_aarch64.yaml
@@ -6,7 +6,7 @@ concurrency:
6
on:
7
workflow_dispatch:
8
schedule:
9
- - cron: "0 0 */3 * *" #every 3 Days @5:45 AM NPT
+ - cron: "0 */8 * * *" # Every 08 Hrs
10
jobs:
11
push-aarch64:
12
#runs-on: ubuntu-latest
@@ -203,4 +203,4 @@ jobs:
203
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
204
subject-path: ${{ matrix.file }}
205
show-summary: true
206
- continue-on-error: true
+ continue-on-error: true
0 commit comments