Skip to content

Commit 3c48d66

Browse files
authored
Merge pull request #751 from zackproser/codex/disable-or-warn-on-metadata-check-failure
Fix metadata workflow
2 parents cf9ded7 + ca79f23 commit 3c48d66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/check-metadata.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
if grep -q "Metadata issues were found" pr_comment.md; then
4040
echo "Metadata issues found. Posting comment on PR."
4141
gh pr comment "${{ github.event.pull_request.number }}" --body-file pr_comment.md
42-
exit 1
4342
else
4443
echo "No metadata issues found."
4544
fi

0 commit comments

Comments
 (0)