Changeset 60053
- Timestamp:
- 03/19/2025 01:17:06 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r59922 r60053 166 166 permissions: {} 167 167 runs-on: ubuntu-24.04 168 timeout-minutes: 10168 timeout-minutes: 20 169 169 needs: [ prepare ] 170 170 if: ${{ needs.prepare.outputs.previous_conclusion != 'first-failure' && inputs.calling_status == 'failure' || failure() }} … … 183 183 permissions: {} 184 184 runs-on: ubuntu-24.04 185 timeout-minutes: 10185 timeout-minutes: 20 186 186 needs: [ prepare ] 187 187 if: ${{ contains( fromJson( '["failure", "cancelled", "none"]' ), needs.prepare.outputs.previous_conclusion ) && inputs.calling_status == 'success' && success() }} … … 200 200 permissions: {} 201 201 runs-on: ubuntu-24.04 202 timeout-minutes: 10202 timeout-minutes: 20 203 203 needs: [ prepare ] 204 204 if: ${{ inputs.calling_status == 'success' && success() }} … … 217 217 permissions: {} 218 218 runs-on: ubuntu-24.04 219 timeout-minutes: 10219 timeout-minutes: 20 220 220 needs: [ prepare ] 221 221 if: ${{ inputs.calling_status == 'cancelled' || cancelled() }}
Note: See TracChangeset
for help on using the changeset viewer.