git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

build-and-deploy: use separate check runs for each MSys architecture #7

Closed rimrul closed 1 year ago

rimrul commented 1 year ago

For MSys packages we start two parrallel runs of this workflows, that can succeed or fail independently from one another. We need to use two separate check runs to accurately represent their status. The corresponding change in gfw-helper-github-app is part of https://github.com/git-for-windows/gfw-helper-github-app/pull/17