Skip to content

Commit 5d402d9

Browse files
committed
ci: schedule url check each day at 11 AM
Signed-off-by: Frederic Pillon <[email protected]>
1 parent b4aa21d commit 5d402d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/MarkdwonLinksCheck.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- '**.md'
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
14+
schedule:
15+
# Run every day at 12 AM UTC to check url.
16+
- cron: "0 11 * * *"
1417
jobs:
1518
linkinator:
1619
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)