From 14173bf50d96e9f97434f1a2e51b7ccf45a2c5d6 Mon Sep 17 00:00:00 2001 From: Pascal Birchler <swissspidy@git.wordpress.org> Date: Mon, 16 Oct 2023 14:32:26 +0000 Subject: [PATCH] Build/Test Tools: Ensure the failed workflow tasks run last for e2e tests. This is a follow-up to [56926], where this logic has been reintroduced after it was originally removed in [56198]. Props desrosj. See #59517. git-svn-id: https://develop.svn.wordpress.org/trunk@56942 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/end-to-end-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 64001ad5ca..681738f14c 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -158,7 +158,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - needs: [ e2e-tests ] + needs: [ e2e-tests, slack-notifications ] if: | always() && github.repository == 'WordPress/wordpress-develop' &&