We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e06889 commit 5cf3e57Copy full SHA for 5cf3e57
1 file changed
.github/workflows/test-and-zip-default-themes.yml
@@ -63,7 +63,7 @@ jobs:
63
permissions:
64
contents: read
65
timeout-minutes: 10
66
- if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
+ if: ${{ github.repository == 'desrosj/wordpress-develop' }}
67
strategy:
68
fail-fast: false
69
matrix:
@@ -113,7 +113,7 @@ jobs:
113
114
115
116
117
118
119
0 commit comments