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 0b2f8d4 commit 861c40bCopy full SHA for 861c40b
.github/workflows/build_bootstrap_images_x86_64.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-x86_64:
12
runs-on: ubuntu-latest
@@ -202,4 +202,4 @@ jobs:
202
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
203
subject-path: ${{ matrix.file }}
204
show-summary: true
205
- continue-on-error: true
+ continue-on-error: true
0 commit comments