fix: remove stray closing braces in infra-health-check.yml

Remove leftover closing braces that were causing GitHub Actions
workflow parse errors.
This commit is contained in:
Vijay Janapa Reddi
2026-03-06 12:00:13 -05:00
parent 3234a4fbc0
commit 5fb6d6d354

View File

@@ -356,9 +356,6 @@ jobs:
fi
fi
}
}
- name: 📊 Linux Container Analysis
if: matrix.platform == 'linux' && inputs.test_linux != false
run: |