Skip to content

Commit eff0821

Browse files
committed
Re-add condition
1 parent cce12b1 commit eff0821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ jobs:
666666
vale:
667667
if: >
668668
startsWith(github.event_name, 'pull_request')
669+
&& inputs.enable-vale-linting == true
669670
&& needs.check.outputs.any_modified
670671
runs-on: ubuntu-latest
671672
needs: check

0 commit comments

Comments
 (0)