mirror of https://github.com/docker/docs.git
Merge pull request #19925 from dvdksn/vale-only-pr
ci: only run vale for on pull requests
This commit is contained in:
commit
9d0f8dc276
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue