Make WordPress Core


Ignore:
Timestamp:
08/17/2023 02:42:58 PM (13 months ago)
Author:
desrosj
Message:

Build/Test Tools: Simplify the required prerequisite jobs for the failed-workflow job.

Because slack-notifications job requires all preceding jobs in each workflow to complete, there’s no need to include the same jobs in the needs configuration for the failed-workflow one.

See #58867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-npm.yml

    r56388 r56402  
    193193    permissions:
    194194      actions: write
    195     needs: [ test-npm, test-npm-macos, slack-notifications ]
     195    needs: [ slack-notifications ]
    196196    if: |
    197197      always() &&
Note: See TracChangeset for help on using the changeset viewer.