fix: stop running the PR title validation on main, only on PRs (#1969)
This commit is contained in:
1
.github/workflows/code_style_checks.yml
vendored
1
.github/workflows/code_style_checks.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
install-args: "-E dev -E postgres -E milvus -E external-tools -E tests" # Adjust as necessary
|
||||
|
||||
- name: Validate PR Title
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: amannn/action-semantic-pull-request@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user