fixup! fix(actions): skip longhorn application as it requires direct kernel access
All checks were successful
/ validate (pull_request) Successful in 3m27s

This commit is contained in:
jad0s 2026-06-13 20:46:09 +02:00
parent a7cef4df68
commit 465121a3cc

View file

@ -51,7 +51,7 @@ jobs:
run: |
for f in apps/*.yaml; do
case "$f" in
apps/longhorm.yaml) echo "Skipping $f" ;;
apps/longhorn.yaml) echo "Skipping $f" ;;
*) kubectl apply -f "$f" ;;
esac
done