Skip to content

Commit

Permalink
update yml to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fbasham committed Nov 27, 2023
1 parent f0deec4 commit 94eebb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Broken Links Report

on:
schedule:
# - cron: '0 0 * * 1' # Schedule to run every Monday at midnight UTC
- cron: "*/5 * * * *"
- cron: '*/5 * * * *'

jobs:
run-script:
Expand All @@ -15,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.12" # Adjust the version as needed
python-version: 3.12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 94eebb0

Please sign in to comment.