Files
sdkman-cli/.github/workflows/notify-on-failure.yml
chloe41427[bot] 532356b8e8 chore: use reusable workflows from sdkman/.github (#1523)
Co-authored-by: chloe41427[bot] <263185818+chloe41427[bot]@users.noreply.github.com>
2026-03-17 20:44:34 +00:00

13 lines
235 B
YAML

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