mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 07:28:49 +01:00
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:
parent
4200d7b5fe
commit
ecb11fa213
4
.github/workflows/php-compatibility.yml
vendored
4
.github/workflows/php-compatibility.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user