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 d6b047d commit f73a6f4Copy full SHA for f73a6f4
.github/workflows/create_x86_64-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-x86_64:
12
runs-on: ubuntu-latest
@@ -176,4 +176,4 @@ jobs:
176
subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}"
177
subject-path: ${{ matrix.file }}
178
show-summary: true
179
- continue-on-error: true
+ continue-on-error: true
0 commit comments