Build/Test Tools: Merges typo fix from [51511] missed in previous commit.

Follow up to [53598].

Merges [51511] to the 5.7 branch.
See #56095.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@53605 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2022-06-30 16:55:19 +00:00
parent 4200d7b5fe
commit ecb11fa213

View File

@ -47,7 +47,7 @@ jobs:
# - Make Composer packages available globally.
# - Logs PHP_CodeSniffer debug information.
# - Runs the PHP compatibility tests.
php-comatibility:
php-compatibility:
name: Check PHP compatibility
runs-on: ubuntu-latest
timeout-minutes: 20
@ -86,7 +86,7 @@ jobs:
slack-notifications:
name: Slack Notifications
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
needs: [ php-comatibility ]
needs: [ php-compatibility ]
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
with:
calling_status: ${{ needs.php-compatibility.result == 'success' && 'success' || needs.php-compatibility.result == 'cancelled' && 'cancelled' || 'failure' }}