Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 20, 2024
1 parent 81b4b81 commit d2fe8a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
".github/workflows/check-lint.yml",
"src/**.py",
"tests/**",
"requirements*.txt",
"pyproject.toml",
]

pull_request:
Expand All @@ -16,6 +18,8 @@ on:
".github/workflows/check-lint.yml",
"src/**.py",
"tests/**",
"requirements*.txt",
"pyproject.toml",
]

workflow_dispatch:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
".github/workflows/check-test.yml",
"src/**.py",
"tests/**",
"requirements*.txt",
"pyproject.toml",
]

pull_request:
Expand All @@ -16,8 +18,13 @@ on:
".github/workflows/check-test.yml",
"src/**.py",
"tests/**",
"requirements*.txt",
"pyproject.toml",
]

schedule:
- cron: "0 18 * * 5"

workflow_dispatch:


Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
"src/**.py",
"src/**/py.typed",
"tests/**.py",
"requirements*.txt",
"pyproject.toml",
]

pull_request:
Expand All @@ -18,6 +20,8 @@ on:
"src/**.py",
"src/**/py.typed",
"tests/**.py",
"requirements*.txt",
"pyproject.toml",
]

workflow_dispatch:
Expand Down

0 comments on commit d2fe8a0

Please sign in to comment.