We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6625a7e commit 253a280Copy full SHA for 253a280
1 file changed
.github/workflows/build-and-test.yaml
@@ -241,7 +241,8 @@ jobs:
241
needs: prepare_ed
242
name: "Desktop macOS"
243
uses: ./.github/workflows/build_desktop_macos.yaml
244
- # Skip Windows builds on PRs, as the Linux amd64 build is enough of a smoke test and includes the screenshot tests
+ # Skip macOS builds on PRs, as the Linux amd64 build is enough of a smoke test and includes the screenshot tests
245
+ # and we have a very low limit of concurrent macos runners (5) across the Github org.
246
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'X-Run-All-Tests')
247
with:
248
blob_report: true
0 commit comments