Skip to content

Commit c2e1a83

Browse files
authored
Removed slack notification on success (#77)
1 parent 94fb9b1 commit c2e1a83

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/run_db_trigger.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,3 @@ jobs:
162162
if_mention: 'always'
163163
env:
164164
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
165-
166-
- name: Send Notification to Slack on Success
167-
if: ${{ needs.export-db.result == 'success' }}
168-
uses: 8398a7/action-slack@v3
169-
with:
170-
status: ${{ needs.export-db.result }}
171-
text: 'The db-trigger workflow for project "${{ inputs.project }}" in repository "${{ github.repository }}" has succeeded.'
172-
fields: 'project: ${{ inputs.project }}, repo: ${ { github.repository }}'
173-
mention: 'channel'
174-
author_name: 'DPC TEAM'
175-
channel: '#dpc-events'
176-
color: 'good'
177-
env:
178-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
179-
180-
181-
182-

0 commit comments

Comments
 (0)