Skip to content

Commit

Permalink
Clean up GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Mar 31, 2024
1 parent bcb8430 commit b960b36
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check_external_links.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Check Sphinx external links
on:
push:
pull_request:
schedule:
- cron: '0 5 * * 0' # once every Sunday at midnight ET
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Codespell
on:
push:
pull_request:
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Ruff
on:
push:
pull_request:
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Run all tests
on:
push:
pull_request:
schedule:
- cron: '0 5 * * 0' # once every Sunday at midnight ET
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Run code coverage
on:
push:
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b960b36

Please sign in to comment.