Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 0e7c371

Browse files
authored
Remove slack integration first to avoid create noises. (#82)
1 parent d88f492 commit 0e7c371

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/canary.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
cache_delete=$(gh actions-cache delete $CacheKey --branch $GITHUB_REF --confirm | grep "Deleted 1 cache entry with key")
5757
echo $cache_delete
5858
[[ -z "$cache_delete" ]] && exit 1 || echo "Cache Delete Successful"
59-
- name: Slack Notification on failure
60-
if: failure()
61-
uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
62-
with:
63-
text: actions/gh-actions-cache canary failure
64-
status: ${{ job.status }}
65-
fields: repo,workflow,message,author,action,ref
66-
env:
67-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
59+
# - name: Slack Notification on failure
60+
# if: failure()
61+
# uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
62+
# with:
63+
# text: actions/gh-actions-cache canary failure
64+
# status: ${{ job.status }}
65+
# fields: repo,workflow,message,author,action,ref
66+
# env:
67+
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/e2e_test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
cache_delete=$(gh actions-cache delete $CacheKey --branch $GITHUB_REF --confirm | grep "Deleted 1 cache entry with key")
7676
echo $cache_delete
7777
[[ -z "$cache_delete" ]] && exit 1 || echo "Cache Delete Successful"
78-
- name: Slack Notification on failure
79-
if: failure()
80-
uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
81-
with:
82-
text: actions/gh-actions-cache E2E test failure
83-
status: ${{ job.status }}
84-
fields: repo,workflow,message,author,action,ref
85-
env:
86-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
78+
# - name: Slack Notification on failure
79+
# if: failure()
80+
# uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
81+
# with:
82+
# text: actions/gh-actions-cache E2E test failure
83+
# status: ${{ job.status }}
84+
# fields: repo,workflow,message,author,action,ref
85+
# env:
86+
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)