Skip to content

Commit fcdfbba

Browse files
committed
Revert failure
1 parent a816e40 commit fcdfbba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/default.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ jobs:
5656
echo "string=${{ inputs.string || 'goodbye' }}" >> $GITHUB_OUTPUT
5757
echo "optional=${{ inputs.optional }}" >> $GITHUB_OUTPUT
5858
59-
fail:
60-
runs-on: ubuntu-latest
61-
steps:
62-
- name: Fail
63-
run: |
64-
echo "This is a failure"
65-
exit 1
66-
6759
# call_worker:
6860
# needs: context
6961
# uses: ./.github/workflows/worker.yml

0 commit comments

Comments
 (0)