mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 14:23:11 +00:00
github worflows: speed up git checkout.
This patch add 'fetch-depth: 0' to 'checkout' plugin on Github Worflows to slightly speed up verifications.
This commit is contained in:
2
.github/workflows/readme.yml
vendored
2
.github/workflows/readme.yml
vendored
@@ -9,6 +9,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Run readme test
|
||||
run: |
|
||||
error=0
|
||||
|
||||
Reference in New Issue
Block a user