We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb9b1 commit c2e1a83Copy full SHA for c2e1a83
.github/workflows/run_db_trigger.yml
@@ -162,21 +162,3 @@ jobs:
162
if_mention: 'always'
163
env:
164
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