Commit c1385bb
committed
upload-snapshot: fix discovery of the
When a `push` wants to trigger a new snapshot to be uploaded using
already-built Git artifacts (which is the case when Git for Windows'
"Rebase to <git-version>" PRs are "merged" by updating the `main` ref),
after verifying that there is a valid `tag-git` Check Run,
GitForWindowsHelper wants to find the associated `git-artifacts`
workflow runs.
They can be identified using the `tag-git` _workflow_ run, though, i.e.
the ID of the workflow as run in `git-for-windows-automation`, not the
mirrored _Check Run_ in `git-for-windows/git`.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>git-artifacts runs1 parent 1924f55 commit c1385bb
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
347 | 351 | | |
348 | 352 | | |
349 | 353 | | |
| |||
381 | 385 | | |
382 | 386 | | |
383 | 387 | | |
384 | | - | |
| 388 | + | |
385 | 389 | | |
386 | 390 | | |
387 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
469 | 470 | | |
470 | | - | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
0 commit comments