Skip to content

Commit

Permalink
fix: stop running the PR title validation on main, only on PRs (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored Nov 1, 2024
1 parent e7b2c95 commit 2108bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2108bcb

Please sign in to comment.