Skip to content

Commit

Permalink
WIP: disable ci notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Oct 28, 2023
1 parent ea29c44 commit 86ccf48
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NIGHTLY_FAILURE_WEBHOOK_URL }}
# with:
# payload: |
# {
# "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
# }

0 comments on commit 86ccf48

Please sign in to comment.