We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f184c43 commit bdf21e9Copy full SHA for bdf21e9
.github/workflows/check-migrations.yml renamed to .github/workflows/review-migrations.yml
@@ -12,6 +12,8 @@ permissions:
12
13
jobs:
14
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/')"
17
runs-on: ubuntu-latest
18
19
steps:
0 commit comments