Skip to content

Commit c4d289a

Browse files
authored
Enable triggering the test workflow manually (#13496)
Useful in cases we want to run the `test` workflow without any code changes, e.g. to compare a previous run that was successful a few days ago but `main` appears to be broken without code changes a few days later.
1 parent 111685c commit c4d289a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
- reopened # default
2121
- ready_for_review # used in PRs created from the release workflow
2222

23+
workflow_dispatch: # allows manual triggering of the workflow
24+
2325
env:
2426
PYTEST_ADDOPTS: "--color=yes"
2527

0 commit comments

Comments
 (0)