Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 20b0319

Browse files
committed
chore: test steps run on action fail
1 parent 811bbe5 commit 20b0319

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/condition/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ runs:
4545
const currentConclusion = result.data.workflow_runs[0]?.conclusion;
4646
const success = (currentConclusion ? (currentConclusion === 'success') : true) &&
4747
(result.data.workflow_runs[1]?.conclusion === 'success');
48-
throw `test error`;
4948
return success;

0 commit comments

Comments
 (0)