Changeset 60080 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 03/25/2025 01:00:57 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r59725 r60080 60 60 contents: read 61 61 secrets: inherit 62 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request'}}62 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 63 63 strategy: 64 64 fail-fast: false … … 131 131 contents: read 132 132 secrets: inherit 133 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request'}}133 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 134 134 strategy: 135 135 fail-fast: false … … 181 181 contents: read 182 182 secrets: inherit 183 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request'}}183 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 184 184 strategy: 185 185 fail-fast: false … … 224 224 contents: read 225 225 secrets: inherit 226 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request'}}226 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 227 227 strategy: 228 228 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)