Skip to content

Commit eca6115

Browse files
committed
Add a missing condition
1 parent 4fecb0d commit eca6115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
WORKSPACE
212212
213213
- name: Install buildifier
214+
if: steps.changes.outputs.any_changed == 'true'
214215
uses: jbajic/setup-buildifier@c558ee05c6f74ab5753ff794516750b4aadac296 # v1
215216
with:
216217
buildifier-version: '8.2.1'

0 commit comments

Comments
 (0)