wordpress-develop/.github/workflows
Jonathan Desrosiers 10b258f61c Build/Test Tools: Prevent error when workflows run for new branches and tags.
This fixes a JavaScript error in the Slack notifications workflow. This was causing the first workflow run for each workflow in a new branch or tag to be reported as a failure, even if the important parts of the workflow succeed.

When running a workflow for the first time, a default of `failure` is now used for the previous outcome. This will trigger a success notification to be sent to report successful branching/tagging.

Props davidbaumwald.
Fixes #54742.

git-svn-id: https://develop.svn.wordpress.org/trunk@53077 602fd350-edb4-49c9-b593-d223f7449a82
2022-04-05 13:18:53 +00:00
..
coding-standards.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
end-to-end-tests.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
javascript-tests.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
php-compatibility.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
phpunit-tests.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
slack-notifications.yml Build/Test Tools: Prevent error when workflows run for new branches and tags. 2022-04-05 13:18:53 +00:00
test-coverage.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
test-npm.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00
test-old-branches.yml Build/Test Tools: Re-enable E2E tests for the 5.8 branch. 2022-01-10 16:43:54 +00:00
welcome-new-contributors.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00