Skip to content

Commit

Permalink
update test CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Mar 21, 2024
1 parent ade9e96 commit 20adc71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check_external_links.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Check Sphinx external links
on:
push:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
schedule:
- cron: '0 5 * * 0' # once every Sunday at midnight ET
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Codespell
on:
push:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Ruff
on:
push:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Run code coverage
on:
push:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 20adc71

Please sign in to comment.