Skip to content

Commit b48b723

Browse files
committed
fixes
1 parent 799756c commit b48b723

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
strategy:
35-
max-parallel: 2
3635
fail-fast: false
3736
matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
3837

@@ -86,9 +85,9 @@ jobs:
8685
python "$NOTEBOOK"
8786
fi
8887
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
88+
- name: Notify Slack on nightly failure
89+
if: failure()
90+
uses: deepset-ai/notify-slack-action@v1
91+
with:
92+
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}
93+
mention-here: false

0 commit comments

Comments
 (0)