Skip to content

Commit

Permalink
Cleanup triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Oct 29, 2023
1 parent 35b433f commit dc37492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_external_links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check Sphinx external links
on:
push:
pull_request:
schedule:
- cron: '0 5 * * *' # once per day at midnight ET
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Codespell
on:
push:
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit dc37492

Please sign in to comment.