Make WordPress Core

Changeset 56405


Ignore:
Timestamp:
08/17/2023 05:17:23 PM (21 months ago)
Author:
desrosj
Message:

Build/Test Tools: Use the correct variable for checking the previous conclusion.

Follow up to [56404].
See #58867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/slack-notifications.yml

    r56404 r56405  
    163163    timeout-minutes: 5
    164164    needs: [ prepare ]
    165     if: ${{ ( inputs.calling_status == 'failure' || failure() ) && steps.previous-attempt-result.outputs.result != 'first-failure' }}
     165    if: ${{ ( inputs.calling_status == 'failure' || failure() ) && needs.prepare.outputs.previous_conclusion != 'first-failure' }}
    166166
    167167    steps:
Note: See TracChangeset for help on using the changeset viewer.