Skip to content

Commit

Permalink
fixed env vars and now return cron to run once every week
Browse files Browse the repository at this point in the history
  • Loading branch information
Fbasham committed Nov 27, 2023
1 parent e706636 commit 376318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Broken Links Report

on:
schedule:
- cron: '*/5 * * * *'
- cron: '0 0 * * 0'

jobs:
run-script:
Expand Down

0 comments on commit 376318e

Please sign in to comment.