We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a58db commit b01cd49Copy full SHA for b01cd49
1 file changed
.github/workflows/phpunit-tests.yml
@@ -249,6 +249,13 @@ jobs:
249
db-version: ${{ matrix.db-version }}
250
phpunit-test-groups: ${{ matrix.phpunit-test-groups }}
251
252
+ #
253
+ # Runs unit tests for forks.
254
255
+ # Because the majority of forks will belong to personal GitHub accounts (which are limited to just 20 concurrent jobs
256
+ # at any given time), forks only run a small subset of test combinations. This allows contributors to open pull
257
+ # requests back to their own forks for testing purposes without having to wait hours for workflow to complete.
258
259
limited-matrix-for-forks:
260
name: PHP ${{ matrix.php }}
261
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
0 commit comments