Skip to content

Commit

Permalink
Merge pull request #3639 from dopplershift/fixup-nightly
Browse files Browse the repository at this point in the history
Fix up nightly
  • Loading branch information
dcamron authored Oct 2, 2024
2 parents b214d1c + 30f2012 commit 4f8392d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Nightly Checks
on:
schedule:
# Runs at 09Z (3am MDT)
- cron: "0 9 * * *"
- cron: "0 9 * * 2"

# Allow a manual run
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
# Dictionary of URL redirects allowed
linkcheck_allowed_redirects = {
r'https://pint\.readthedocs\.io': r'https://pint\.readthedocs\.io/en/stable/',
r'https://conda.io/docs/': r'https://conda.io/projects/conda/en/latest/',
r'https://conda.io/docs/': r'https://docs.conda.io/projects/conda/en/latest/',
r'https://github.com/Unidata/MetPy/issues/new/choose': r'https://github.com/login.*choose',
r'https://doi.org/.*': r'https://.*',
r'https://gitter.im/Unidata/MetPy': r'https://app.gitter.im/.*MetPy.*',
Expand Down

0 comments on commit 4f8392d

Please sign in to comment.