Commit aebb662
committed
Revert "snapshot uploading: do upload the regular Git for Windows versions"
A couple of weeks ago, when I analyzed why no `upload-snapshots`
workflow run was triggered after "merging" the v2.48.1 PR (for details,
see #124),
I concluded mistakenly that updating the `main` ref would not issue a
`push` webhook event.
However, the `push` webhook event _is_ triggered. It was simply not
handled correctly.
Now that I fixed these issues over the course of the preceding commits,
it will work. And therefore the code added in above-mentioned PR needs
to be dropped lest two `upload-snapshot` workflow runs are triggered to
run concurrently.
This reverts commit c2b466e (snapshot uploading: do upload the regular
Git for Windows versions, 2025-02-13).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent b96bcb6 commit aebb662
File tree
2 files changed
+4
-22
lines changed- GitForWindowsHelper
- __tests__
2 files changed
+4
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
| 947 | + | |
951 | 948 | | |
952 | 949 | | |
953 | 950 | | |
954 | | - | |
| 951 | + | |
955 | 952 | | |
956 | 953 | | |
957 | 954 | | |
| |||
0 commit comments