Commit d876721
committed
ci(lighthouse): TEMP — fire workflow on push to feat/lighthouse-ci
GitHub only registers the workflow_dispatch button (and accepts API dispatches)
once the workflow file lives on the default branch. This PR's workflow file is
only on feat/lighthouse-ci, so neither the Actions UI nor `gh workflow run`
can launch it.
Add a temporary push trigger for this branch only so we can verify the
end-to-end flow against the live lab before merging to develop. Once we have
one green run, drop this trigger — the long-term contract is schedule +
workflow_dispatch only.
Tracking: remove this commit (or just this block) before opening the PR for
review on develop.1 parent df529c5 commit d876721
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments