Skip to content

Commit 5fa35ca

Browse files
committed
remove forgotten conditional from workflow
1 parent 57094c2 commit 5fa35ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci_lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Install yamllint
34-
if: ${{ env.CONTROLS_CHANGES == 'true' || env.PROFILES_CHANGES == 'true' }}
3534
run: pip install yamllint
3635

3736
- name: Run yamllint on files modified by the PR

0 commit comments

Comments
 (0)