[SKIP CI] Also lint on manual task
All checks were successful
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/test Pipeline was successful
ci/woodpecker/cron/cron Pipeline was successful

This commit is contained in:
2023-10-13 14:37:43 +13:00
parent fd107beac1
commit 776f155664

View File

@@ -18,7 +18,7 @@ steps:
commands:
- ansible-lint -c ".ansible-lint"
when:
event: push
event: [ push, manual ]
yamllint:
group: test
name: "Lint: Yamllint"
@@ -26,4 +26,4 @@ steps:
commands:
- yamllint -f colored .
when:
event: push
event: [ push, manual ]