wordpress-develop/.github/workflows
Jonathan Desrosiers 3850ddca39 Build/Test Tools: Don’t run the performance workflow when branching.
When a branch is created, there is no previous commit to reference in the `github.event.before` context, which causes the performance workflow to fail because there is no previous commit to perform a comparison with.

This adds a condition to check that `github.event.before` is not set to `0000000000000000000000000000000000000000`, which is the default value when there are no previous commits.

Props swissspidy.
See #588867.

git-svn-id: https://develop.svn.wordpress.org/trunk@56972 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-19 13:59:01 +00:00
..
build.yml Build/Test Tools: Store WordPress.zip for every GitHub Pull Request as a GitHub artifact. 2023-10-17 13:40:22 +00:00
coding-standards.yml Build/Test Tools: Reinstate PUPPETEER_SKIP_DOWNLOAD for most CI workflows. 2023-10-17 11:27:24 +00:00
end-to-end-tests.yml Build/Test Tools: Reinstate PUPPETEER_SKIP_DOWNLOAD for most CI workflows. 2023-10-17 11:27:24 +00:00
failed-workflow.yml Build/Test Tools: Increase the timeout for the failed workflow. 2023-10-11 17:13:12 +00:00
install-testing.yml Build/Test Tools: Correct variable typo. 2023-10-10 17:30:13 +00:00
javascript-tests.yml Build/Test Tools: Simplify some logic in GitHub Action workflows. 2023-09-22 14:28:01 +00:00
performance.yml Build/Test Tools: Don’t run the performance workflow when branching. 2023-10-19 13:59:01 +00:00
php-compatibility.yml Build/Test Tools: Simplify some logic in GitHub Action workflows. 2023-09-22 14:28:01 +00:00
phpunit-tests-run.yml Build/Test Tools: Reinstate PUPPETEER_SKIP_DOWNLOAD for most CI workflows. 2023-10-17 11:27:24 +00:00
phpunit-tests.yml Build/Test Tools: Simplify some logic in GitHub Action workflows. 2023-09-22 14:28:01 +00:00
slack-notifications.yml Build/Test Tools: Don’t send Slack notification for workflow retries. 2023-10-11 12:15:18 +00:00
test-and-zip-default-themes.yml Build/Test Tools: Check for zero-byte files in themes. 2023-10-06 12:45:43 +00:00
test-coverage.yml Build/Test Tools: Reinstate PUPPETEER_SKIP_DOWNLOAD for most CI workflows. 2023-10-17 11:27:24 +00:00
test-npm.yml Build/Test Tools: Reinstate PUPPETEER_SKIP_DOWNLOAD for most CI workflows. 2023-10-17 11:27:24 +00:00
test-old-branches.yml Trunk is now 6.5 alpha. 2023-10-17 18:39:45 +00:00
upgrade-testing-run.yml Build/Test Tools: Introduce install and upgrade testing workflows. 2023-09-22 17:41:11 +00:00
upgrade-testing.yml Build/Test Tools: Introduce install and upgrade testing workflows. 2023-09-22 17:41:11 +00:00
welcome-new-contributors.yml Build/Test Tools: Restrict the permissions granted to jobs on GitHub Actions 2023-05-03 22:15:27 +00:00