Skip to content

Commit

Permalink
added cron to job
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Aug 28, 2023
1 parent a89e68e commit ba940ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Markdown Links Check

# Check links on main branch push
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * * ' # At the end of everyday
workflow_dispatch: # Or manually from GitHub UI

jobs:
check-links:
Expand Down

0 comments on commit ba940ee

Please sign in to comment.