workflow: weekly, adjust hour/minute
All checks were successful
lint / test (push) Successful in 31s

This commit is contained in:
Josh Lay 2025-10-19 14:03:04 -05:00
parent 1790c28b90
commit 2a6c92ad5d
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
paths: paths:
- '**/*.yml' - '**/*.yml'
schedule: schedule:
- cron: "20 4 * * 0" - cron: "0 0 * * 0" # weekly, test against potentially-new ansible
jobs: jobs:
test: test: