Skip to content

Commit

Permalink
fix(actions): fix actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 16, 2024
1 parent 742a984 commit 37f1aeb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: "Documentation Checks"
on:
push:
paths:
- discord/
- docs/
- requirements/
- pyproject.toml
- setup.py
- "discord/"
- "docs/"
- "requirements/"
- "pyproject.toml"
- "setup.py"
pull_request:
paths:
- discord/
- docs/
- requirements/
- pyproject.toml
- setup.py
- "discord/"
- "docs/"
- "requirements/"
- "pyproject.toml"
- "setup.py"
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lib-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: "Library Checks"
on:
push:
paths:
- discord/
- requirements/
- pyproject.toml
- setup.py
- .flake8
- .prettierrc
- "discord/"
- "requirements/"
- "pyproject.toml"
- "setup.py"
- ."flake8"
- ".prettierrc"
pull_request:
paths:
- discord/
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/todo-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ name: "TODO Checks"
on:
push:
paths:
- discord/
- docs/
- examples/
- tests/
- "discord/"
- "docs/"
- "examples/"
- "tests/"
branches: [master]
pull_request:
paths:
- discord/
- docs/
- examples/
- tests/
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 37f1aeb

Please sign in to comment.