Skip to content

Commit

Permalink
donotcommit: Check links on push
Browse files Browse the repository at this point in the history
  • Loading branch information
edwarddavidbaker committed Jan 22, 2024
1 parent 9bc2f87 commit 3f42d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check Markdown links

on:
push:
schedule:
# Tuesdays at 9AM PST. GitHub Actions run in UTC.
- cron: '0 16 * * 2'
Expand All @@ -10,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
# Only run link checks in the main repo and not forks. The intent
# is a low volume reminder to update stale links.
if: github.repository == 'intel/perfmon'
# if: github.repository == 'intel/perfmon'
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down

0 comments on commit 3f42d30

Please sign in to comment.