We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3420c23 + 23a83aa commit f1bf1e2Copy full SHA for f1bf1e2
.github/workflows/fail.yml
@@ -1,11 +1,19 @@
1
-name: fail-check
+name: CI / fail
2
+
3
on:
4
pull_request:
5
branches: [main]
6
7
jobs:
8
test:
9
name: fail
10
runs-on: ubuntu-latest
11
steps:
- - name: Fail always
12
+ - name: Wait a bit
13
+ run: sleep 5
14
15
+ - name: Do some output
16
+ run: echo "Simulating test run..."
17
18
+ - name: Fail intentionally
19
run: exit 1
.github/workflows/ci.yml ci.yml.github/workflows/ci.yml renamed to ci.yml
trigger2.md
@@ -0,0 +1 @@
+# trigger2 fail
0 commit comments