Changeset 52002 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 11/03/2021 02:54:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r51937 r52002 175 175 needs: [ test-coverage-report ] 176 176 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} 177 with: 178 calling_status: ${{ needs.test-coverage-report.result == 'success' && 'success' || needs.test-coverage-report.result == 'cancelled' && 'cancelled' || 'failure' }} 177 179 secrets: 178 180 SLACK_GHA_SUCCESS_WEBHOOK: ${{ secrets.SLACK_GHA_SUCCESS_WEBHOOK }}
Note: See TracChangeset
for help on using the changeset viewer.