Skip to content

Commit 8e91e9f

Browse files
authored
Merge pull request #15 from unixorn/check-links-daily
Check links daily, not just for new PRs
2 parents 75dbb35 + 3702cd9 commit 8e91e9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/awesomebot.yml

Lines changed: 2 additions & 0 deletions
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:

0 commit comments

Comments
 (0)