Skip to content

Commit

Permalink
Removes outdated notify workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Sep 29, 2023
1 parent f10a4b9 commit b356a29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-docker-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,3 @@ jobs:
with:
setup_keys_id: 2d33a27-gpu
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}

notify:
if: always() && !cancelled()
name: Notify on failures
runs-on: ubuntu-latest
needs: [setup, build-push-prover-images, build-push-core-images, build-gar-prover]
steps:
- uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 # v3
- name: Notify to Mattermost (on incidents)
uses: tferreira/matterfy@releases/v1
if: ${{ env.WORKFLOW_CONCLUSION == 'failure' }}
with:
type: failure
job_name: "*Build image failed*"
icon_emoji: octocat
channel: "ci-notifications"
url: ${{ secrets.MATTERMOST_WEBHOOK }}
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,3 @@ jobs:
echo "Intentionally failing to block PR from merging"
exit 1
fi
notify:
if: always() && !cancelled()
name: Notify on failures
runs-on: ubuntu-latest
needs: [ci-for-core, ci-for-prover, build-core-images, build-prover-images]
steps:
- uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 # v3
- name: Notify to Mattermost (on incidents)
uses: tferreira/matterfy@releases/v1
if: ${{ env.WORKFLOW_CONCLUSION == 'failure' }}
with:
type: failure
job_name: "*CI suites for PR #${{ github.event.pull_request.number }} failed*"
icon_emoji: octocat
channel: "ci-notifications"
url: ${{ secrets.MATTERMOST_WEBHOOK }}

0 comments on commit b356a29

Please sign in to comment.