Skip to content

Commit

Permalink
Daily check for broken links (w3f#4934)
Browse files Browse the repository at this point in the history
Modifying the link checker schedule to run it daily instead of monthly cadence paritytech/polkadot#7311
  • Loading branch information
DrW3RK authored Jun 20, 2023
1 parent 1b79301 commit c37395b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit-links.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Audit Wiki Links
on:
schedule:
- cron: '0 0 1 * * ' # Once a month
- cron: '0 0 * * * ' # At the end of everyday
workflow_dispatch: # Or manually from GitHub UI

jobs:
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: ./Audit-Results.md
filename: ./Audit-Results.md

0 comments on commit c37395b

Please sign in to comment.