Skip to content

Commit 0204bb9

Browse files
committed
ci: align scheduled workflows to Friday 05:00 UTC
1 parent accfa31 commit 0204bb9

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
@@ -8,7 +8,7 @@ on:
88
branches:
99
- 'main'
1010
schedule:
11-
- cron: '0 0 * * 1'
11+
- cron: '0 5 * * 5'
1212

1313
permissions:
1414
contents: 'read'

.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)