Skip to content

Commit

Permalink
Add workflow_dispatch in order to start tests manually
Browse files Browse the repository at this point in the history
    * .github/workflows/tests.yaml:
  • Loading branch information
jwillemsen committed Mar 12, 2024
1 parent 9edbc32 commit 63b4c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

env:
DEFAULT_PYTHON: 3.9
Expand Down

0 comments on commit 63b4c03

Please sign in to comment.