Skip to content

Commit f73a6f4

Browse files
authored
cron
1 parent d6b047d commit f73a6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_x86_64-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-x86_64:
1212
runs-on: ubuntu-latest
@@ -176,4 +176,4 @@ jobs:
176176
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
177177
subject-path: ${{ matrix.file }}
178178
show-summary: true
179-
continue-on-error: true
179+
continue-on-error: true

0 commit comments

Comments
 (0)