We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
matrix
if
1 parent e08b9bd commit 228e585Copy full SHA for 228e585
1 file changed
.github/workflows/performance.yml
@@ -92,7 +92,7 @@ jobs:
92
performance:
93
name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }}
94
uses: ./.github/workflows/reusable-performance-test-v2.yml
95
- if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && ! matrix.memcached ) }}
+ if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
96
needs: [ determine-matrix ]
97
permissions:
98
contents: read
0 commit comments