Fix some grammar issues

This commit is contained in:
Ayaz Salikhov
2023-11-19 02:01:42 +01:00
parent 71e66b2d57
commit d03229331a
22 changed files with 90 additions and 90 deletions

View File

@@ -12,8 +12,8 @@ def generate_matrix() -> dict[str, Any]:
dockerfiles = sorted(file.name for file in THIS_DIR.glob("*.dockerfile"))
return {
"dockerfile": dockerfiles,
"runsOn": ["ubuntu-latest", "ARM64"],
"exclude": [{"dockerfile": "oracledb.dockerfile", "runsOn": "ARM64"}],
"runs-on": ["ubuntu-latest", "ARM64"],
"exclude": [{"dockerfile": "oracledb.dockerfile", "runs-on": "ARM64"}],
}