Skip to content

Commit bdf21e9

Browse files
committed
feat: avoid duplicate PR comments
1 parent f184c43 commit bdf21e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-migrations.yml renamed to .github/workflows/review-migrations.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212

1313
jobs:
1414
check-migrations:
15+
# Skip this job if the PR include changes for compliance checks
16+
if: "!contains(github.event.pull_request.changed_files, 'src/checks/')"
1517
runs-on: ubuntu-latest
1618

1719
steps:

0 commit comments

Comments
 (0)