We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02a7f8 commit 9f62ea0Copy full SHA for 9f62ea0
1 file changed
.github/workflows/CI_license_compliance.yml
@@ -89,7 +89,9 @@ jobs:
89
if: ${{ always() }}
90
run: echo "${{ steps.license_check_report.outputs.report }}"
91
92
- - if: failure() && github.event_name == 'schedule'
+ - name: Notify Slack on nightly failure
93
+ if: failure() && github.event_name == 'schedule'
94
uses: deepset-ai/notify-slack-action@v1
95
with:
96
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
97
+ mention-here: "false"
0 commit comments