Commit 98c7cd9
ci(identity): remove Slack alert on identity-service build failure (#14463)
## What
Removes the `Alert Slack on failure` step from the identity-service
GitHub Actions workflow (`.github/workflows/identity.yml`).
## Why
On every failed identity-service Docker build/push, this step POSTed a
message to the daily-deploy Slack webhook:
> Failed to build and push identity-service. Today's release can't move
forward until this is resolved. Hint: check here
This was generating repeated noise in the Slack channel.
Identity-service CI was migrated from CircleCI to GitHub Actions in
#14390, so this workflow is the source of those posts.
## Impact
- Build failures are still fully visible in the GitHub Actions run —
only the Slack notification is removed.
- The build/push step itself is untouched.
- The generic CircleCI `push-docker-image` Slack alert (still used by
`discovery-provider`) is left in place.
> [!NOTE]
> The underlying identity-service build may itself be failing — this PR
only silences the alert noise, it does not fix a failing build. Worth
investigating separately if builds are still red.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent a79040c commit 98c7cd9
1 file changed
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
0 commit comments