Changeset 52130 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 11/10/2021 08:58:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r52002 r52130 4 4 push: 5 5 branches: 6 - master7 6 - trunk 8 7 - '3.[7-9]' … … 13 12 pull_request: 14 13 branches: 15 - master16 14 - trunk 17 15 - '3.[7-9]' … … 232 230 233 231 - name: Checkout the WordPress Test Reporter 234 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/ master' && matrix.report }}232 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }} 235 233 uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 236 234 with: … … 239 237 240 238 - name: Submit test results to the WordPress.org host test results 241 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/ master' && matrix.report }}239 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }} 242 240 env: 243 241 WPT_REPORT_API_KEY: "${{ secrets.WPT_REPORT_API_KEY }}" … … 246 244 slack-notifications: 247 245 name: Slack Notifications 248 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@ master246 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 249 247 needs: [ test-php ] 250 248 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset
for help on using the changeset viewer.