Skip to content

Commit 5cf3e57

Browse files
committed
Allow theme workflow to run.
1 parent 3e06889 commit 5cf3e57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
permissions:
6464
contents: read
6565
timeout-minutes: 10
66-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
66+
if: ${{ github.repository == 'desrosj/wordpress-develop' }}
6767
strategy:
6868
fail-fast: false
6969
matrix:
@@ -113,7 +113,7 @@ jobs:
113113
permissions:
114114
contents: read
115115
timeout-minutes: 10
116-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
116+
if: ${{ github.repository == 'desrosj/wordpress-develop' }}
117117
strategy:
118118
fail-fast: false
119119
matrix:

0 commit comments

Comments
 (0)