Skip to content

Commit 0a86abf

Browse files
committed
XXX add failing workflow
1 parent 9c0c4dd commit 0a86abf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/fail.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Fail
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches:
8+
- "**"
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
test:
16+
steps:
17+
- name: Fail loudly
18+
run: |
19+
>&2 echo WORKFLOW INTENTIONALLY FAILING
20+
exit 1

0 commit comments

Comments
 (0)