Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
introduce run on schedule
  • Loading branch information
Evalle authored May 10, 2024
1 parent db1def0 commit 626eda2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Check Markdown links

on: push

on:
push:
branches:
- master
schedule:
# runs every monday at 9 am
- cron: "0 9 * * 1"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 626eda2

Please sign in to comment.