You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Keep in step with the `push: paths:` list above. scripts/ and .github/actions/ are on
119
-
# both because the jobs below execute them: a change to the shard tooling or to the
120
-
# quarantine files used to merge behind a green gate having run nothing.
121
-
if LC_ALL=C grep -zqE '^(TablePro/|Plugins/|Packages/|LocalPackages/|TableProTests/|TableProUITests/|Native/|Configs/|Libs/|scripts/|\.github/actions/|\.github/macos-(ui-)?test-quarantine\.txt$|TablePro\.xcodeproj/project\.xcworkspace/xcshareddata/swiftpm/Package\.resolved$|TableProMobile/project\.yml$|project\.yml$|\.github/workflows/macos-tests\.yml$)' "$RUNNER_TEMP/changed-files"; then
122
-
echo "run=true" >> "$GITHUB_OUTPUT"
123
-
else
124
-
echo "run=false" >> "$GITHUB_OUTPUT"
125
-
fi
126
-
127
-
# One job for both packages rather than two. They cost 1.3 and 2.1 minutes, and a macOS
128
-
# concurrency slot is the scarce resource here: the account runs five at a time, and the build
129
-
# plus three UI shards plus the unit job already want four of them.
0 commit comments