Skip to content

Commit 32480e9

Browse files
Merge pull request #1760 from hnez/workflow-dispatch
github/workflows/scheduled-unit-tests: allow running via workflow_dispatch
2 parents 1da3afa + a2e08e9 commit 32480e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: scheduled unit tests
33
on:
44
schedule:
55
- cron: '10 8 * * *'
6+
workflow_dispatch:
67

78
jobs:
89
scheduled-unit-tests:

0 commit comments

Comments
 (0)