Skip to content

Commit e1ab7e3

Browse files
authored
Add Manual Trigger to Test Workflow
Test workflow could not be run manually. This meant for older PRs before we had actions setup, maintainers could not manually trigger tests.
1 parent 5f570e6 commit e1ab7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "*"
99
schedule:
1010
- cron: "0 1 * * *"
11+
workflow_dispatch:
1112
jobs:
1213
checks:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)