Changeset 51937 for trunk/.github/workflows/test-old-branches.yml
- Timestamp:
- 10/25/2021 08:26:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-old-branches.yml
r51924 r51937 75 75 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@master 76 76 needs: [ dispatch-workflows-for-old-branches ] 77 if: ${{ always() }}77 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} 78 78 secrets: 79 79 SLACK_GHA_SUCCESS_WEBHOOK: ${{ secrets.SLACK_GHA_SUCCESS_WEBHOOK }}
Note: See TracChangeset
for help on using the changeset viewer.