Changeset 61050 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 10/22/2025 06:05:41 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r61018 r61050 68 68 contents: read 69 69 secrets: inherit 70 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' )) }}70 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 71 71 strategy: 72 72 fail-fast: false … … 204 204 contents: read 205 205 secrets: inherit 206 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' )) }}206 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 207 207 strategy: 208 208 fail-fast: false … … 451 451 contents: read 452 452 secrets: inherit 453 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' )) }}453 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 454 454 strategy: 455 455 fail-fast: false … … 518 518 contents: read 519 519 secrets: inherit 520 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' )) }}520 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 521 521 strategy: 522 522 fail-fast: false … … 547 547 contents: read 548 548 secrets: inherit 549 if: ${{ ! startsWith( github.repository, 'WordPress/' ) && github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'}}549 if: ${{ ! startsWith( github.repository, 'WordPress/' ) && github.event_name == 'pull_request' }} 550 550 strategy: 551 551 fail-fast: false
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)