Skip to content

Commit 51331e2

Browse files
committed
Remove slack notifications
- Planned deprecation - used channel no longer exists
1 parent d94ca69 commit 51331e2

4 files changed

Lines changed: 0 additions & 24 deletions

.github/workflows/build-docker-custom-component-dapr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,3 @@ jobs:
4040
pushd './custom-component-dapr'
4141
make build-image
4242
popd
43-
- name: Slack Notify
44-
uses: rtCamp/action-slack-notify@v2.2.0
45-
if: ${{ failure() }}
46-
env:
47-
SLACK_MESSAGE: "Build Failed for ${{ env.SAMPLE_NAME }}"
48-
SLACK_WEBHOOK: ${{ secrets.BUILD_FAIL_NOTIFY_SLACK_URL }}

.github/workflows/build-docker-hana-nodejs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,3 @@ jobs:
4040
pushd './hana-nodejs'
4141
make build-image
4242
popd
43-
- name: Slack Notify
44-
uses: rtCamp/action-slack-notify@v2.2.0
45-
if: ${{ failure() }}
46-
env:
47-
SLACK_MESSAGE: "Build Failed for ${{ env.SAMPLE_NAME }}"
48-
SLACK_WEBHOOK: ${{ secrets.BUILD_FAIL_NOTIFY_SLACK_URL }}

.github/workflows/build-docker-sample-extension-dotnet-minimalapi.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,3 @@ jobs:
3030
pushd './sample-extension-dotnet-minimalapi/'
3131
make build-image
3232
popd
33-
- name: Slack Notify
34-
uses: rtCamp/action-slack-notify@v2.2.0
35-
if: ${{ failure() }}
36-
env:
37-
SLACK_MESSAGE: "Build Failed for ${{ env.SAMPLE_NAME }}"
38-
SLACK_WEBHOOK: ${{ secrets.BUILD_FAIL_NOTIFY_SLACK_URL }}

.github/workflows/build-docker-sample-extension-java.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,3 @@ jobs:
3030
distribution: adopt
3131
- name: Gradle Build and then Build the Docker image
3232
run: make build-image
33-
- name: Slack Notify
34-
uses: rtCamp/action-slack-notify@v2.2.0
35-
if: ${{ failure() }}
36-
env:
37-
SLACK_MESSAGE: 'Build Failed for ${{ env.SAMPLE_NAME }}'
38-
SLACK_WEBHOOK: ${{ secrets.BUILD_FAIL_NOTIFY_SLACK_URL }}

0 commit comments

Comments
 (0)