Changeset 59209
- Timestamp:
- 10/10/2024 05:56:41 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r59208 r59209 162 162 name: Failure notifications 163 163 runs-on: ubuntu-latest 164 continue-on-error: true 164 165 timeout-minutes: 5 165 166 needs: [ prepare ] … … 178 179 name: Fixed notifications 179 180 runs-on: ubuntu-latest 181 continue-on-error: true 180 182 timeout-minutes: 5 181 183 needs: [ prepare ] … … 194 196 name: Success notifications 195 197 runs-on: ubuntu-latest 198 continue-on-error: true 196 199 timeout-minutes: 5 197 200 needs: [ prepare ] … … 210 213 name: Cancelled notifications 211 214 runs-on: ubuntu-latest 215 continue-on-error: true 212 216 timeout-minutes: 5 213 217 needs: [ prepare ]
Note: See TracChangeset
for help on using the changeset viewer.