Skip to content

Commit b547b13

Browse files
committed
ci: allow the test workflow to be dispatched manually
1 parent abbe54d commit b547b13

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
# Lets the suite be run by hand against any branch — used to confirm a test
9+
# actually fails when the defect it targets is reintroduced.
10+
workflow_dispatch:
811

912
jobs:
1013
# Fast suite: pure protocol logic, no Home Assistant. Runs in well under a second,

0 commit comments

Comments
 (0)