Skip to content

Commit b01cd49

Browse files
committed
Add some inline docs.
1 parent e9a58db commit b01cd49

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,13 @@ jobs:
249249
db-version: ${{ matrix.db-version }}
250250
phpunit-test-groups: ${{ matrix.phpunit-test-groups }}
251251

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+
#
252259
limited-matrix-for-forks:
253260
name: PHP ${{ matrix.php }}
254261
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml

0 commit comments

Comments
 (0)