Skip to content

Commit

Permalink
Update link_check_cron.yml (#940)
Browse files Browse the repository at this point in the history
change cron schedule
  • Loading branch information
franzenr authored Jun 12, 2024
1 parent 99c737b commit b542e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link_check_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Link check cron job
on:
workflow_dispatch: #can also run on demand if desired
schedule:
- cron: "05 7 */14 * 2" #run at 7:05 am every 14 days on Tuesday
- cron: "05 7 13 * *" #run at 7:05 am on the 13th of every month.

jobs:
linkChecker:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
with:
title: Link Checker Report
content-filepath: issue_content.md
labels: bug
labels: bug

0 comments on commit b542e6c

Please sign in to comment.