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 9224da1 commit 9cec686Copy full SHA for 9cec686
.github/workflows/jsonschema.yaml
@@ -45,6 +45,10 @@ jobs:
45
set -e
46
find . -maxdepth 1 -type f -name "values-*.yaml" ! -name "values-global.yaml" -print0 | while IFS= read -r -d '' i;
47
do
48
+ if [[ "$i" =~ 4\.[0-9]+ ]]; then
49
+ echo "Skipping $i"
50
+ continue
51
+ fi
52
echo "$i"
53
# disable shellcheck of single quotes in yq
54
# shellcheck disable=2016
0 commit comments