We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bd314 commit 5ec2f07Copy full SHA for 5ec2f07
1 file changed
.github/workflows/test-and-zip-default-themes.yml
@@ -189,7 +189,7 @@ jobs:
189
contents: read
190
needs: [ check-for-empty-files, test-build-scripts ]
191
timeout-minutes: 10
192
- if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
+ if: ${{ github.repository == 'WordPress/wordpress-develop' }}
193
strategy:
194
fail-fast: false
195
matrix:
0 commit comments