Skip to content

Commit 28b01d9

Browse files
committed
Remove validation failure step from PR checker workflow
1 parent c51940b commit 28b01d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr-checker.yml

-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,3 @@ jobs:
8585
body: successMessage
8686
});
8787
}
88-
89-
- name: Fail if validation failed
90-
if: env.PR_VALID == 'false'
91-
run: exit 1

0 commit comments

Comments
 (0)