wordpress-develop/.github/workflows
Jonathan Desrosiers 285048ed3f Build/Test Tools: Do not cancel previous workflow runs.
When a workflow is cancelled, it’s marked as a failure. This is not ideal because the commit attached to the workflow run will appear as though it introduced a problem, but this may not be true.

Because GitHub Actions work a bit differently than Travis builds, it’s unlikely that the same bottleneck will be encountered in workflows.

This change removes all workflow job steps that cancel previous workflows.

See #50401.

git-svn-id: https://develop.svn.wordpress.org/trunk@49168 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-16 00:25:18 +00:00
..
coding-standards.yml Build/Test Tools: Introduce GitHub Action workflows. 2020-10-15 19:40:33 +00:00
end-to-end-tests.yml Build/Test Tools: Do not cancel previous workflow runs. 2020-10-16 00:25:18 +00:00
javascript-tests.yml Build/Test Tools: Do not cancel previous workflow runs. 2020-10-16 00:25:18 +00:00
php-compatibility.yml Build/Test Tools: Introduce GitHub Action workflows. 2020-10-15 19:40:33 +00:00
phpunit-tests.yml Build/Test Tools: Do not cancel previous workflow runs. 2020-10-16 00:25:18 +00:00
verify-npm-on-windows.yml Build/Test Tools: Do not cancel previous workflow runs. 2020-10-16 00:25:18 +00:00
welcome-new-contributors.yml Build/Test Tools: Introduce GitHub Action workflows. 2020-10-15 19:40:33 +00:00