workflow: indent paths
All checks were successful
lint / test (push) Successful in 26s

This commit is contained in:
Josh Lay 2025-10-19 11:18:48 -05:00
parent 060902a309
commit b83fb06b22
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -6,9 +6,8 @@ on: # yamllint disable-line rule:truthy
push: push:
branches: branches:
- master - master
paths: paths:
- '**/*.yml' - '**/*.yml'
- '.forgejo/workflows/*' # ansible-lint gives a pass w/ yamllint
schedule: schedule:
- cron: "20 4 * * 0" - cron: "20 4 * * 0"