Skip to content

Commit 37150d0

Browse files
committed
try no workflows??
1 parent 0890449 commit 37150d0

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/fail.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: Failure Simulator
1+
# name: Failure Simulator
22

3-
# This triggers on every push or can be run manually from the Actions tab
4-
on:
5-
push:
6-
workflow_dispatch:
3+
# # This triggers on every push or can be run manually from the Actions tab
4+
# on:
5+
# push:
6+
# workflow_dispatch:
77

8-
jobs:
9-
simulate-failure:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v4
8+
# jobs:
9+
# simulate-failure:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - name: Checkout code
13+
# uses: actions/checkout@v4
1414

15-
- name: Log Intent
16-
run: echo "Starting the workflow... everything looks fine so far."
15+
# - name: Log Intent
16+
# run: echo "Starting the workflow... everything looks fine so far."
1717

18-
- name: passes no matter what
19-
run: |
20-
echo "yay passed"
21-
# Any non-zero exit code tells GitHub the step failed
22-
exit 0
18+
# - name: passes no matter what
19+
# run: |
20+
# echo "yay passed"
21+
# # Any non-zero exit code tells GitHub the step failed
22+
# exit 0
2323

24-
- name: This won't run
25-
run: echo "You will never see this message because the step above failed."
24+
# - name: This won't run
25+
# run: echo "You will never see this message because the step above failed."

0 commit comments

Comments
 (0)