Merge pull request #19925 from dvdksn/vale-only-pr

ci: only run vale for on pull requests
This commit is contained in:
David Karlsson 2024-04-30 12:55:42 +02:00 committed by GitHub
commit 9d0f8dc276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
*.cache-to=type=gha,scope=build,mode=max
vale:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4