Skip to content

Commit 0e2d4bc

Browse files
authored
Merge pull request #2929 from Pinata-Consulting/github-faster-variables-yaml-fix
github: faster variables.yaml fix
2 parents 760903e + 7e243ed commit 0e2d4bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/github-actions-yaml-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 1
16+
sparse-checkout: |
17+
flow/scripts/generate-variables-docs.py
18+
docs/user/FlowVariables.md
19+
yamlfix.toml
1420
- name: Run generate-variables-docs.py
1521
run: |
1622
python3 flow/scripts/generate-variables-docs.py

0 commit comments

Comments
 (0)