Skip to content

Commit b9c2b75

Browse files
Add ability to manual trigger to tests workflow (#706)
2 parents d11ecfe + f416308 commit b9c2b75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
schedule:
1212
# Weekly Monday 9AM build
1313
- cron: "0 9 * * 1"
14+
workflow_dispatch:
1415

1516
jobs:
1617
test:

0 commit comments

Comments
 (0)