Skip to content

Commit ce3ee05

Browse files
MK8S-68: replace slack channel by #squad-metalk8s
1 parent d44a2d9 commit ce3ee05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/crons.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: matrix.type == 'retry' && steps.retry.outputs.was-retried == 'true'
9393
uses: slackapi/slack-github-action@v1
9494
with:
95-
channel-id: '#squad-supsetup-alerts'
95+
channel-id: '#squad-metalk8s'
9696
slack-message: |
9797
Nightly retry triggered for ${{ matrix.branch }}
9898
Job: ${{ matrix.name }}
@@ -106,7 +106,7 @@ jobs:
106106
if: matrix.type == 'retry' && steps.retry.outputs.retry-count != '' && fromJSON(steps.retry.outputs.retry-count) >= fromJSON(env.MAX_RETRIES)
107107
uses: slackapi/slack-github-action@v1
108108
with:
109-
channel-id: '#squad-supsetup-alerts'
109+
channel-id: '#squad-metalk8s'
110110
slack-message: |
111111
⚠️ MANUAL ACTION REQUIRED ⚠️
112112
Nightly for ${{ matrix.branch }} failed after ${{ steps.retry.outputs.retry-count }} retry attempts

0 commit comments

Comments
 (0)