wordpress-develop/.github/workflows
Jonathan Desrosiers 4286a87407 Build/Test Tools: Prevent PHPUnit tests on push for forks/private mirrors.
The reorganization of the PHPUnit workflow in [50441] unintentionally caused the tests to be run for every `push` event, even for forks and private mirrors.

Previously, the second job required the first one to pass, and the conditional check on the first prevented both from running. Because the first job is no longer required for the second, both jobs must have the appropriate conditional check.

Fixes #52983.

git-svn-id: https://develop.svn.wordpress.org/trunk@50670 602fd350-edb4-49c9-b593-d223f7449a82
2021-04-06 15:12:19 +00:00
..
coding-standards.yml Build/Test Tools: Run test workflows on old branches on a schedule. 2021-03-26 13:06:43 +00:00
end-to-end-tests.yml Build/Test Tools: Run test workflows on old branches on a schedule. 2021-03-26 13:06:43 +00:00
javascript-tests.yml Build/Test Tools: Run test workflows on old branches on a schedule. 2021-03-26 13:06:43 +00:00
php-compatibility.yml Build/Test Tools: Run test workflows on old branches on a schedule. 2021-03-26 13:06:43 +00:00
phpunit-tests.yml Build/Test Tools: Prevent PHPUnit tests on push for forks/private mirrors. 2021-04-06 15:12:19 +00:00
test-coverage.yml Build/Test Tools: Run code coverage workflow when the file is updated. 2021-03-26 15:12:30 +00:00
test-npm.yml Build/Test Tools: Run test workflows on old branches on a schedule. 2021-03-26 13:06:43 +00:00
test-old-branches.yml Build/Test Tools: Prevent the workflow for testing old branches from running on forks. 2021-04-02 16:20:24 +00:00
welcome-new-contributors.yml Build/Test Tools: Pin SHA versions to the remaining 3rd party actions. 2021-03-03 20:29:04 +00:00