Skip to content

Commit d6b047d

Browse files
authored
cron
1 parent 62ec6ee commit d6b047d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_aarch64-Linux.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 */12 * * *" # Every 12 Hrs
1010
jobs:
1111
push-aarch64:
1212
#runs-on: ubuntu-latest
@@ -167,4 +167,4 @@ jobs:
167167
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
168168
subject-path: ${{ matrix.file }}
169169
show-summary: true
170-
continue-on-error: true
170+
continue-on-error: true

0 commit comments

Comments
 (0)