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 6c465dc commit a1fa3cfCopy full SHA for a1fa3cf
.github/workflows/build-base.yml
@@ -7,7 +7,7 @@ name: Build Images from packages
7
on:
8
workflow_dispatch: # Allows manual trigger via GitHub UI
9
schedule:
10
- - cron: '0 3 1 * *' # At 03:00 UTC every 1st day of the month
+ - cron: '0 1 1 * *' # At 01:00 UTC every 1st day of the month
11
12
permissions:
13
contents: read
.github/workflows/build-latest.yml
@@ -7,7 +7,7 @@ name: Build Images from source
- - cron: '0 4 * * 1' # At 04:00 UTC every Monday
+ - cron: '0 2 * * 1' # At 02:00 UTC every Monday
0 commit comments