Skip to content

Commit

Permalink
add manual trigger to test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cleoold committed Jun 2, 2023
1 parent 703a7d7 commit 18226dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- cron: 0 9 * * 4
push:
pull_request:
workflow_dispatch:

jobs:
on-ubuntu-latest-py37:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: pytest
on:
push:
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 18226dd

Please sign in to comment.