From 86ccf4814f53435957295cf02bfbd995535d2e3e Mon Sep 17 00:00:00 2001 From: maciektr Date: Sat, 28 Oct 2023 22:05:41 +0200 Subject: [PATCH] WIP: disable ci notifications --- .github/workflows/nightly.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fe1090f72..bdbbed324 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -161,17 +161,17 @@ jobs: run: | git push origin -d ${{ needs.prepare.outputs.nightly_branch }} - notify_failed: - runs-on: ubuntu-latest - if: always() && contains(needs.*.result, 'failure') - needs: [ cleanup, upload, release, check, prepare ] - steps: - - name: Notifying about Nightly fail! - uses: slackapi/slack-github-action@v1.24.0 - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NIGHTLY_FAILURE_WEBHOOK_URL }} - with: - payload: | - { - "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" - } +# notify_failed: +# runs-on: ubuntu-latest +# if: always() && contains(needs.*.result, 'failure') +# needs: [ cleanup, upload, release, check, prepare ] +# steps: +# - name: Notifying about Nightly fail! +# uses: slackapi/slack-github-action@v1.24.0 +# env: +# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NIGHTLY_FAILURE_WEBHOOK_URL }} +# with: +# payload: | +# { +# "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" +# }