Skip to content

Test Failure Notification #2

Test Failure Notification

Test Failure Notification #2

name: Test Failure Notification
on:
workflow_dispatch:
jobs:
fail:
runs-on: ubuntu-latest
steps:
- name: Fail on purpose
run: exit 1