Commit f8fec89
ci(functions-e2e): keep suite on workflow_dispatch while error-fidelity gaps remain
Revert the pull_request trigger added in 2982f34 (keeping that commit's build-order
fix and file:-linking comment updates). The consolidated gRPC path still has 11
known error-text/status fidelity gaps in the ported specs -- not-found message
wording, activity-failure prefixes, and terminal-op 400-vs-200 semantics -- which
would make an automatic pull_request run red. Those gaps are tracked separately;
until they are addressed the suite runs on manual dispatch only and does not gate
PRs.
Also quote the "Build ... for file: linking" step name so the workflow is valid
YAML: an unquoted plain scalar containing ": " is rejected by spec-compliant
parsers, which would otherwise block workflow_dispatch as well.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 6e5be22b-b727-4ccf-8668-60397bb403a01 parent 273868c commit f8fec89
2 files changed
Lines changed: 11 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
62 | | - | |
| 60 | + | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments