We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69556c8 commit 74f5ae0Copy full SHA for 74f5ae0
.github/workflows/generate-go-docs.yaml
@@ -55,6 +55,8 @@ jobs:
55
- 'k8s-test-runner/**/*.go'
56
framework:
57
- 'framework/**/*.go'
58
+ flakeguard:
59
+ - 'tools/flakeguard/**/*.go'
60
# later add tools here or, if possible, make this filter dynamic so that it's created based on the go modules in the repository
61
62
- name: Find all go modules in the repository and filter the ones that changed
0 commit comments