workflow: weekly, adjust hour/minute
All checks were successful
lint / test (push) Successful in 31s
All checks were successful
lint / test (push) Successful in 31s
This commit is contained in:
parent
1790c28b90
commit
2a6c92ad5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue