Skip to content

Commit 9f62ea0

Browse files
committed
refinement
1 parent f02a7f8 commit 9f62ea0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI_license_compliance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
if: ${{ always() }}
9090
run: echo "${{ steps.license_check_report.outputs.report }}"
9191

92-
- if: failure() && github.event_name == 'schedule'
92+
- name: Notify Slack on nightly failure
93+
if: failure() && github.event_name == 'schedule'
9394
uses: deepset-ai/notify-slack-action@v1
9495
with:
9596
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
97+
mention-here: "false"

0 commit comments

Comments
 (0)