Skip to content

Commit

Permalink
fix(sage-monorepo): prevent the PR validation workflow to run in the …
Browse files Browse the repository at this point in the history
…merge queue (#2826)
  • Loading branch information
tschaffter authored Sep 17, 2024
1 parent 75991f3 commit ed42b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
jobs:
main:
name: Validate PR title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
Expand Down

0 comments on commit ed42b07

Please sign in to comment.