Skip to content

Commit 65bd314

Browse files
committed
Don't confirm Gutenberg build process in forks.
1 parent 1ae2b8f commit 65bd314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build-processes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml
100100
permissions:
101101
contents: read
102-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
102+
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
103103
strategy:
104104
fail-fast: false
105105
matrix:

0 commit comments

Comments
 (0)