Skip to content

Commit a1fa3cf

Browse files
committed
Run 2h earlier
ChangeLog: * .github/workflows/build-base.yml: * .github/workflows/build-latest.yml:
1 parent 6c465dc commit a1fa3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build Images from packages
77
on:
88
workflow_dispatch: # Allows manual trigger via GitHub UI
99
schedule:
10-
- cron: '0 3 1 * *' # At 03:00 UTC every 1st day of the month
10+
- cron: '0 1 1 * *' # At 01:00 UTC every 1st day of the month
1111

1212
permissions:
1313
contents: read

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build Images from source
77
on:
88
workflow_dispatch: # Allows manual trigger via GitHub UI
99
schedule:
10-
- cron: '0 4 * * 1' # At 04:00 UTC every Monday
10+
- cron: '0 2 * * 1' # At 02:00 UTC every Monday
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)