Skip to content

Commit 5f2f174

Browse files
authored
check links only weekly
1 parent bd248a0 commit 5f2f174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
repository_dispatch:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 5 * * *"
6+
- cron: "0 5 * * 2"
77
jobs:
88
check:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)