Skip to content

Commit

Permalink
Revert "fix: check that action really fails"
Browse files Browse the repository at this point in the history
This reverts commit 4a242e0.
  • Loading branch information
nikitaevg committed Mar 10, 2024
1 parent 4a242e0 commit 8b80def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Write success if step failed
id: success_if_failed
if: steps.failing_command.outcome != 'success'
run: touch /tmp/retry_gihub_action_unhappy_success
run: touch /tmp/retry_github_action_unhappy_success

- name: Exit
id: exit
Expand Down

0 comments on commit 8b80def

Please sign in to comment.