Changeset 51937 for trunk/.github/workflows/php-compatibility.yml
- Timestamp:
- 10/25/2021 08:26:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/php-compatibility.yml
r51924 r51937 93 93 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master 94 94 needs: [ php-compatibility ] 95 if: ${{ always() }}95 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} 96 96 secrets: 97 97 SLACK_GHA_SUCCESS_WEBHOOK: ${{ secrets.SLACK_GHA_SUCCESS_WEBHOOK }}
Note: See TracChangeset
for help on using the changeset viewer.