We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae2b8f commit 65bd314Copy full SHA for 65bd314
1 file changed
.github/workflows/test-build-processes.yml
@@ -99,7 +99,7 @@ jobs:
99
uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml
100
permissions:
101
contents: read
102
- if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
+ if: ${{ github.repository == 'WordPress/wordpress-develop' }}
103
strategy:
104
fail-fast: false
105
matrix:
0 commit comments