We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b494f commit 58ac790Copy full SHA for 58ac790
1 file changed
.github/workflows/fail.yml
@@ -15,11 +15,11 @@ jobs:
15
- name: Log Intent
16
run: echo "Starting the workflow... everything looks fine so far."
17
18
- - name: Force Exit with Error
+ - name: passes no matter what
19
run: |
20
- echo "Error: A simulated critical failure has occurred!"
+ echo "yay passed"
21
# Any non-zero exit code tells GitHub the step failed
22
- exit 1
+ exit 0
23
24
- name: This won't run
25
run: echo "You will never see this message because the step above failed."
0 commit comments