Skip to content

Commit ca500d0

Browse files
authored
[docs]: add hints for future people updating GH workflows (#371)
1 parent 661a9c3 commit ca500d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ env:
1111
TUIST_TEST_DEVICE: iPad (10th generation)
1212
TUIST_TEST_PLATFORM: iOS
1313

14+
# NOTE: When modifying jobs, you'll likely need to update the required status checks in GitHub repo settings.
15+
# At time of writing, this can be found via (requires admin access):
16+
# Settings → Branches → Edit "main" rule → "Require status checks to pass before merging"
17+
# 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]'.
18+
1419
jobs:
1520
development-tests:
1621
runs-on: macos-latest

0 commit comments

Comments
 (0)