Skip to content

Commit 2eec2fd

Browse files
authored
Merge pull request #108 from github/elr/dispatch_tests
add ability to force tests to run
2 parents 59ab544 + fc1df1a commit 2eec2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
pull_request: {}
7+
workflow_dispatch: # Sometimes tests get stuck in PRs; This allows them to be rerun manually
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)