Skip to content

Commit

Permalink
Merge branch 'devops/refactor-workflow-call' into breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybaa committed Feb 22, 2022
2 parents ee7b390 + 7e1f7a5 commit d44c5e0
Show file tree
Hide file tree
Showing 14 changed files with 578 additions and 555 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,18 +252,20 @@ jobs:
ci_run cat api.log
notify:
if: always()
if: always() && !cancelled()
name: Notify on failures
runs-on: ubuntu-latest
needs:
[lint, unit-tests, integration, circuit-tests, testkit, revert-blocks]
steps:
- if: failure()
- uses: technote-space/workflow-conclusion-action@v2
-
name: Notify to Mattermost (on incidents)
uses: tferreira/matterfy@releases/v1
if: ${{ env.WORKFLOW_CONCLUSION == 'failure' }}
with:
type: ${{ job.status }}
job_name: '*CI suites at `${{ github.ref }}` did not succeed*'
type: failure
job_name: '*CI suites for PR #${{ github.event.pull_request.number }} failed*'
icon_emoji: octocat
channel: 'ci-notifications'
url: ${{ secrets.MATTERMOST_WEBHOOK }}
72 changes: 0 additions & 72 deletions .github/workflows/deploy-chat.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/deploy-stage.yml

This file was deleted.

170 changes: 0 additions & 170 deletions .github/workflows/deploy-zksync.yml

This file was deleted.

Loading

0 comments on commit d44c5e0

Please sign in to comment.