Skip to content

Commit 54daee6

Browse files
committed
[workflows] Reduce periodic run on once per week
1 parent 656dec7 commit 54daee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Periodic
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "23 1 * * 2,5"
5+
- cron: "23 1 * * 2"
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)