Skip to content

Commit

Permalink
update cron job to run every monday at 9am
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 31, 2022
1 parent 2036df2 commit 9bc4580
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cron-weekly.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Markdown Links Check
# runs every monday at 9 am
on:
push:
# TODO: Change from push to schedule once the testing is done
# schedule:
# - cron: "0 9 * * 1"
schedule:
- cron: "0 9 * * 1"

jobs:
check-links:
Expand Down

0 comments on commit 9bc4580

Please sign in to comment.