Aaron Jorbin
2021-11-10 20:58:15 +00:00
parent 40799ba11f
commit 4160c23106
8 changed files with 10 additions and 24 deletions
+1 -3
View File
@@ -4,7 +4,6 @@ on:
# PHP compatibility testing was introduced in WordPress 5.5.
push:
branches:
- master
- trunk
- '5.[5-9]'
- '[6-9].[0-9]'
@@ -13,7 +12,6 @@ on:
- '[6-9].[0-9]*'
pull_request:
branches:
- master
- trunk
- '5.[5-9]'
- '[6-9].[0-9]'
@@ -90,7 +88,7 @@ jobs:
slack-notifications:
name: Slack Notifications
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
needs: [ php-compatibility ]
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
with: