Files
AndroidJetpack/Animite/.github/workflows/notify-build-debug-complete.yaml
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

17 lines
382 B
YAML

# This workflow notifies Discord when `build-debug` succeeds
name: notify-build-debug-complete
on:
workflow_run:
workflows: [build-debug]
types: [completed]
jobs:
on-complete:
runs-on: ubuntu-latest
steps:
- name: Notify workflow completed
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.CI_BUILDS_WEBHOOK }}