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 62ec6ee commit d6b047dCopy full SHA for d6b047d
.github/workflows/create_aarch64-Linux.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 */12 * * *" # Every 12 Hrs
10
jobs:
11
push-aarch64:
12
#runs-on: ubuntu-latest
@@ -167,4 +167,4 @@ jobs:
167
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
168
subject-path: ${{ matrix.file }}
169
show-summary: true
170
- continue-on-error: true
+ continue-on-error: true
0 commit comments