Skip to content

Notify on Failure

Notify on Failure #47

name: Notify on Failure
on:
workflow_run:
workflows: ["*"]
branches: [master, main]
types: [completed]
jobs:
notify:
uses: sdkman/.github/.github/workflows/reusable-notify-on-failure.yml@main
secrets: inherit