8000 CRD changes trigger pytests (#8165) · nginx/kubernetes-ingress@04ec20e · GitHub
[go: up one dir, main page]

Skip to content

Commit 04ec20e

Browse files
authored
CRD changes trigger pytests (#8165)
1 parent cec4e97 commit 04ec20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ get_tests_md5() {
2626
}
2727

2828
get_chart_md5() {
29-
find charts .github/data/version.txt -type f -exec md5sum {} + | LC_ALL=C sort | md5sum | awk '{ print $1 }'
29+
find charts .github/data/version.txt config/crd/bases -type f -exec md5sum {} + | LC_ALL=C sort | md5sum | awk '{ print $1 }'
3030
}
3131

3232
get_actions_md5() {

0 commit comments

Comments
 (0)
0