We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799756c commit b48b723Copy full SHA for b48b723
1 file changed
.github/workflows/nightly.yml
@@ -32,7 +32,6 @@ jobs:
32
runs-on: ubuntu-latest
33
34
strategy:
35
- max-parallel: 2
36
fail-fast: false
37
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
38
@@ -86,9 +85,9 @@ jobs:
86
85
python "$NOTEBOOK"
87
fi
88
89
- # - name: Notify Slack on nightly failure
90
- # if: failure()
91
- # uses: deepset-ai/notify-slack-action@v1
92
- # with:
93
- # slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
94
- # mention-here: false
+ - name: Notify Slack on nightly failure
+ if: failure()
+ uses: deepset-ai/notify-slack-action@v1
+ with:
+ slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
+ mention-here: false
0 commit comments