Skip to content

Commit 0e455bc

Browse files
authored
Enable tests to be manually triggered (#1325)
* Added manual dispatch to tests * Removed parameters to manual dispatch
1 parent 222eaf0 commit 0e455bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Tests
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67
schedule:
78
# Every Monday at 7AM UTC
89
- cron: '0 07 * * 1'

0 commit comments

Comments
 (0)