mirror of
git://develop.git.wordpress.org/
synced 2025-04-21 04:31:55 +02:00
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:
parent
0f81f441dc
commit
14173bf50d
2
.github/workflows/end-to-end-tests.yml
vendored
2
.github/workflows/end-to-end-tests.yml
vendored
@ -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' &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user