Skip to content

Commit d33d9ac

Browse files
[Github] Make premerge update correct comments file for Windows
platform.machine() on x86_64 on Windows returns AMD64 rather than x86_64. Make premerge.yaml reflect this.
1 parent f6971bf commit d33d9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
name: workflow-args-windows
193193
path: |
194-
comments-Windows-x86_64
194+
comments-Windows-AMD64
195195
196196
premerge-check-macos:
197197
name: MacOS Premerge Checks

0 commit comments

Comments
 (0)