Changeset 56405
- Timestamp:
- 08/17/2023 05:17:23 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r56404 r56405 163 163 timeout-minutes: 5 164 164 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' }} 166 166 167 167 steps:
Note: See TracChangeset
for help on using the changeset viewer.