From 0379d79a8f1db5f6b46b1b95e94623b72c52f145 Mon Sep 17 00:00:00 2001 From: Jamie Quadri Date: Tue, 19 Aug 2025 09:50:34 -0500 Subject: [PATCH] [docs]: add hints for future people updating GH workflows --- .github/workflows/swift.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/swift.yaml b/.github/workflows/swift.yaml index 416c83858..0f43c8f6b 100644 --- a/.github/workflows/swift.yaml +++ b/.github/workflows/swift.yaml @@ -11,6 +11,11 @@ env: TUIST_TEST_DEVICE: iPad (10th generation) TUIST_TEST_PLATFORM: iOS +# NOTE: When modifying jobs, you'll likely need to update the required status checks in GitHub repo settings. +# At time of writing, this can be found via (requires admin access): +# Settings → Branches → Edit "main" rule → "Require status checks to pass before merging" +# E.g. if the sdk version in the matrix below was bumped from 18.1 to 18.5, you would add 'development-tests [iOS 18.5]' to the required status checks, and remove 'development-tests [iOS 18.1]'. + jobs: development-tests: runs-on: macos-latest