Commit 5c5fe74
fix(ci): wrap cross-platform-validation inputs in explicit expressions
Use explicit ${{ }} expression wrapping for job-level if-conditions
that reference github.event.inputs.test_type. GitHub validates
workflow files on push even when the workflow isn't triggered by push,
and bare expressions referencing event inputs may fail validation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1ee6379 commit 5c5fe74
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments