wordpress-develop/.github/workflows
Jonathan Desrosiers 22bb0fee98 Build/Test Tools: Restore Slack notifications for older branches.
In [51921], the GitHub Actions workflows were updated to utilize the Slack notifications workflow as a callable one instead of on the `workflow_run` event.

This eliminated the need for an additional “Slack Notifications” workflow run for every completed workflow, but only when other workflows are updated as well. This resulted in notifications from older branches breaking, as the changes in [51921] were not backported.

Instead of backporting the needed changes now (the Slack workflow is still being polished), this commit partially restores the `workflow_run` event for older branches so that notifications will resume.

See #53363.

git-svn-id: https://develop.svn.wordpress.org/trunk@51934 602fd350-edb4-49c9-b593-d223f7449a82
2021-10-25 19:28:04 +00:00
..
coding-standards.yml Build/Test Tools: Fix syntax for passing secrets to a called workflow. 2021-10-20 19:51:00 +00:00
end-to-end-tests.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
javascript-tests.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
php-compatibility.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
phpunit-tests.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
slack-notifications.yml Build/Test Tools: Restore Slack notifications for older branches. 2021-10-25 19:28:04 +00:00
test-coverage.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
test-npm.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
test-old-branches.yml Build/Test Tools: Pass required secrets to the Slack notifications workflow. 2021-10-20 19:25:12 +00:00
welcome-new-contributors.yml Build/Test Tools: Expand Slack notifications for GitHub Actions. 2021-08-03 13:45:02 +00:00