Skip to content

Commit 21da7bd

Browse files
committed
ci: align scheduled workflows to Friday 05:00 UTC
1 parent 916b50d commit 21da7bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
branches: [ "main" ]
1919
schedule:
20-
- cron: '35 11 * * 6'
20+
- cron: '0 5 * * 5'
2121

2222
permissions: read-all
2323

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Linuxfabrik: Update pre-commit hooks'
22

33
on:
44
schedule:
5-
- cron: '0 8 * * 1'
5+
- cron: '0 5 * * 5'
66
workflow_dispatch: {}
77

88
permissions: read-all

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Scorecard supply-chain security'
33
on:
44
branch_protection_rule: {}
55
schedule:
6-
- cron: '22 14 * * 4'
6+
- cron: '0 5 * * 5'
77
workflow_dispatch: {}
88

99
permissions: 'read-all'

0 commit comments

Comments
 (0)