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

Commit

Permalink
Remove slack integration first to avoid create noises. (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
yacaovsnc authored Oct 30, 2023
1 parent d88f492 commit 0e7c371
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
cache_delete=$(gh actions-cache delete $CacheKey --branch $GITHUB_REF --confirm | grep "Deleted 1 cache entry with key")
echo $cache_delete
[[ -z "$cache_delete" ]] && exit 1 || echo "Cache Delete Successful"
- name: Slack Notification on failure
if: failure()
uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
with:
text: actions/gh-actions-cache canary failure
status: ${{ job.status }}
fields: repo,workflow,message,author,action,ref
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# - name: Slack Notification on failure
# if: failure()
# uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
# with:
# text: actions/gh-actions-cache canary failure
# status: ${{ job.status }}
# fields: repo,workflow,message,author,action,ref
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
18 changes: 9 additions & 9 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
cache_delete=$(gh actions-cache delete $CacheKey --branch $GITHUB_REF --confirm | grep "Deleted 1 cache entry with key")
echo $cache_delete
[[ -z "$cache_delete" ]] && exit 1 || echo "Cache Delete Successful"
- name: Slack Notification on failure
if: failure()
uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
with:
text: actions/gh-actions-cache E2E test failure
status: ${{ job.status }}
fields: repo,workflow,message,author,action,ref
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# - name: Slack Notification on failure
# if: failure()
# uses: 8398a7/action-slack@a74b761b4089b5d730d813fbedcd2ec5d394f3af
# with:
# text: actions/gh-actions-cache E2E test failure
# status: ${{ job.status }}
# fields: repo,workflow,message,author,action,ref
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 0e7c371

Please sign in to comment.