mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-15 18:21:24 +00:00
ansible-lint: reduce run timeout to 5 minutes.
if it fails consistently we can bump it or or adjust the image to include our galaxy requirements automatically and make the build process overall a bit more complex, but only when requirements are added. e.g. we only need to rebuild the container when requirements change.
This commit is contained in:
parent
74e95b8f5c
commit
662060e18a
2
.github/workflows/ansible-lint.yml
vendored
2
.github/workflows/ansible-lint.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
ansible-lint:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 7
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- name: Git checkout
|
||||
|
Loading…
Reference in New Issue
Block a user