Changeset 59507 for trunk/.github/workflows/reusable-phpunit-tests-v3.yml
- Timestamp:
- 12/13/2024 02:57:56 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r59484 r59507 227 227 228 228 - name: Checkout the WordPress Test Reporter 229 if: ${{ github.re pository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}229 if: ${{ github.ref == 'refs/heads/trunk' && inputs.report }} 230 230 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 231 231 with: … … 235 235 236 236 - name: Submit test results to the WordPress.org host test results 237 if: ${{ github.re pository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}237 if: ${{ github.ref == 'refs/heads/trunk' && inputs.report }} 238 238 env: 239 239 WPT_REPORT_API_KEY: "${{ secrets.WPT_REPORT_API_KEY }}"
Note: See TracChangeset
for help on using the changeset viewer.