Skip to content

Commit b7fb29e

Browse files
committed
ci: only run vale for on pull requests
Signed-off-by: David Karlsson <[email protected]>
1 parent af55d17 commit b7fb29e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
*.cache-to=type=gha,scope=build,mode=max
3737
3838
vale:
39+
if: ${{ github.event_name == 'pull_request' }}
3940
runs-on: ubuntu-22.04
4041
steps:
4142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)