Skip to content

chore: test slack webhook check #1559

chore: test slack webhook check

chore: test slack webhook check #1559

Workflow file for this run

name: run
on:
push:
branches: [main]
tags:
- 'v*'
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
name: unit-tests
runs-on: ubuntu-latest
steps:
- name: Slack notification
uses: matter-labs/zksync-ci-common/.github/actions/slack-notify-release@aba-webhook-trigger
with:
webhook: ${{ secrets.SLACK_WEBHOOK }}
context: 'TEST: webhook check'