Skip to content

Commit 3702cd9

Browse files
committed
Check links daily, not just for new PRs
Signed-off-by: Joe Block <[email protected]>
1 parent 05a6c04 commit 3702cd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/awesomebot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches: [ '*' ]
77
pull_request:
88
branches: [ '*' ]
9+
# Run daily
10+
schedule: [{cron: "0 1 * * *"}]
911

1012
jobs:
1113
build:
@@ -20,4 +22,4 @@ jobs:
2022
fetch-depth: 0
2123
- uses: docker://dkhamsing/awesome_bot:latest
2224
with:
23-
args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
25+
args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io

0 commit comments

Comments
 (0)