Skip to content

Commit 228e585

Browse files
committed
The matrix context is not available within if
1 parent e08b9bd commit 228e585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
performance:
9393
name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }}
9494
uses: ./.github/workflows/reusable-performance-test-v2.yml
95-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && ! matrix.memcached ) }}
95+
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
9696
needs: [ determine-matrix ]
9797
permissions:
9898
contents: read

0 commit comments

Comments
 (0)