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
This commit is contained in:
Pascal Birchler 2023-10-16 14:32:26 +00:00
parent 0f81f441dc
commit 14173bf50d

View File

@ -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' &&