Changeset 52130 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 11/10/2021 08:58:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r52002 r52130 5 5 push: 6 6 branches: 7 - master8 7 - trunk 9 8 paths: … … 172 171 slack-notifications: 173 172 name: Slack Notifications 174 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master173 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 175 174 needs: [ test-coverage-report ] 176 175 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset
for help on using the changeset viewer.