Skip to content

Add notify

Add notify #14

Workflow file for this run

name: test
on:
push:
workflow_dispatch:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run tests
run: echo tests
deploy:
uses: ./.github/workflows/deploy.yml