From 7f74246beababacce0d3ca5b8e1f9059a4f9f8df Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 25 Jul 2024 11:19:50 -0500 Subject: [PATCH] use correct failure --- .github/workflows/quality-compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-compat.yml b/.github/workflows/quality-compat.yml index 93ab6457f2755..97bfa47123881 100644 --- a/.github/workflows/quality-compat.yml +++ b/.github/workflows/quality-compat.yml @@ -56,7 +56,7 @@ jobs: permissions: actions: read contents: read - needs: [ php-compatibility ] + needs: [ quality-compat ] if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} with: calling_status: ${{ contains( needs.*.result, 'cancelled' ) && 'cancelled' || contains( needs.*.result, 'failure' ) && 'failure' || 'success' }}