Skip to content

Commit 5f196f3

Browse files
authored
Update pr-issue-validator.yaml
1 parent 3bc82c8 commit 5f196f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-issue-validator.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'main'
1212
- 'release-**'
1313
- 'develop'
14+
- 'hotfix-v0**'
1415
# paths-ignore:
1516
# - 'docs/**'
1617
# - '.github/'
@@ -276,7 +277,7 @@ jobs:
276277
if [ "$is_valid" = false ]; then
277278
echo "Validation failed. Please fix the errors before merging."
278279
gh pr comment $pr_no --body "The Migration files providede inside of the PR does not pass the criteria!!"
279-
# exit 1
280+
exit 1
280281
fi
281282
282283
echo "All .up.sql migration file validations passed."

0 commit comments

Comments
 (0)