Commit b8e039d
authored
Fix SHA range for incremental CI builds (#687)
* Use `github.event.before` and `github.event.after` for FromSha and ToSha when computing changed components
* Update push trigger to include 'ci/dev/**' branches for testing CI workflows
* Minor formatting fix
* Fix minor syntax error
* Minor formatting fix
* Remove 'ci/dev/**' from branch push trigger
* Revert "Minor formatting fix"
This reverts commit df913fa.
* Revert "Minor formatting fix"
This reverts commit 83b036a.
* Remove positional parameters for `Get-Changed-Components.ps1` to enable fallback values when empty strings are provided by workflow run.1 parent 5b91ace commit b8e039d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments