Skip to content

Commit 9d7ac11

Browse files
committed
ci: align scheduled workflows to Friday 05:00 UTC
1 parent 88330b1 commit 9d7ac11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# The branches below must be a subset of the branches above
1919
branches: ["main"]
2020
schedule:
21-
- cron: "0 0 * * 1"
21+
- cron: "0 5 * * 5"
2222

2323
permissions:
2424
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
@@ -10,7 +10,7 @@ on:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212
schedule:
13-
- cron: '22 14 * * 4'
13+
- cron: '0 5 * * 5'
1414
workflow_dispatch: {}
1515

1616
# Declare default permissions as read only.

0 commit comments

Comments
 (0)