Don't require OIDC initialization for noop (#46921)

ref. https://github.com/spack/spack-infrastructure/pull/957
This commit is contained in:
kwryankrattiger
2024-10-14 23:39:55 -05:00
committed by GitHub
parent 507965cbc6
commit c8f61c8662
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
"tags": {"type": "array", "items": {"type": "string"}},
"variables": {
"type": "object",
"patternProperties": {r"[\w\d\-_\.]+": {"type": "string"}},
"patternProperties": {r"[\w\d\-_\.]+": {"type": ["string", "number"]}},
},
"before_script": script_schema,
"script": script_schema,