|
67 | 67 | permissions: |
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 |
73 | 73 | matrix: |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | permissions: |
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 |
209 | 209 | matrix: |
@@ -450,7 +450,7 @@ jobs: |
450 | 450 | permissions: |
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 |
456 | 456 | matrix: |
@@ -517,7 +517,7 @@ jobs: |
517 | 517 | permissions: |
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 |
523 | 523 | matrix: |
@@ -546,7 +546,7 @@ jobs: |
546 | 546 | permissions: |
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 |
552 | 552 | matrix: |
|
0 commit comments