Skip to content

Commit fc1df1a

Browse files
committed
add ability to force tests to run
1 parent 59ab544 commit fc1df1a

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)