Skip to content

Commit

Permalink
Enable tests to be manually triggered (#1325)
Browse files Browse the repository at this point in the history
* Added manual dispatch to tests

* Removed parameters to manual dispatch
  • Loading branch information
eddiebergman authored Dec 1, 2021
1 parent 222eaf0 commit 0e455bc
Showing 1 changed file with 1 addition and 0 deletions.
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: Tests
on:
push:
pull_request:
workflow_dispatch:
schedule:
# Every Monday at 7AM UTC
- cron: '0 07 * * 1'
Expand Down

0 comments on commit 0e455bc

Please sign in to comment.