mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-06-09 00:04:37 -04:00
13 lines
235 B
YAML
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
|