Skip to content

Commit 253a280

Browse files
committed
Fix comment
1 parent 6625a7e commit 253a280

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ jobs:
241241
needs: prepare_ed
242242
name: "Desktop macOS"
243243
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
244+
# 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.
245246
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'X-Run-All-Tests')
246247
with:
247248
blob_report: true

0 commit comments

Comments
 (0)