diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 9db5e5b644195..2677096b1b7e0 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ test-js, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' && diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e3f39437117ca..53b9efb6ba462 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -221,7 +221,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ performance, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' && diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 8cecc14190783..44ddf710bdc59 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ php-compatibility, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' && diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index a8ad2a5773819..9ee25bed31de9 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -216,7 +216,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ test-php, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' && diff --git a/.github/workflows/test-and-zip-default-themes.yml b/.github/workflows/test-and-zip-default-themes.yml index 696db86e5e8d3..9757e02af16de 100644 --- a/.github/workflows/test-and-zip-default-themes.yml +++ b/.github/workflows/test-and-zip-default-themes.yml @@ -165,7 +165,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ test-build-scripts, bundle-theme, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' && diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 00e4cf40f8636..dd2389486f7db 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -193,7 +193,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ test-coverage-report, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' && diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 8058081cdbc5a..f73c2a01d7116 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -192,7 +192,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ test-npm, test-npm-macos, slack-notifications ] + needs: [ slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' &&