Skip to content

Commit 5ec2f07

Browse files
committed
Don't create and upload theme Zip files on forks.
1 parent 65bd314 commit 5ec2f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-zip-default-themes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
contents: read
190190
needs: [ check-for-empty-files, test-build-scripts ]
191191
timeout-minutes: 10
192-
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
192+
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
193193
strategy:
194194
fail-fast: false
195195
matrix:

0 commit comments

Comments
 (0)