ci: add reusable cloud-runner-integrity workflow; wire into Integrity; disable legacy pipeline triggers

pull/728/head
Frostebite 2025-09-07 03:32:47 +01:00
parent 94daf5affe
commit 73de3d49a9
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ class ImageEnvironmentFactory {
{ name: 'RUNNER_TEMP', value: process.env.RUNNER_TEMP }, { name: 'RUNNER_TEMP', value: process.env.RUNNER_TEMP },
{ name: 'RUNNER_WORKSPACE', value: process.env.RUNNER_WORKSPACE }, { name: 'RUNNER_WORKSPACE', value: process.env.RUNNER_WORKSPACE },
]; ];
// Always merge additional variables (e.g., secrets/env from Cloud Runner) uniquely by name // Always merge additional variables (e.g., secrets/env from Cloud Runner) uniquely by name
for (const element of additionalVariables) { for (const element of additionalVariables) {
if (!element || !element.name) continue; if (!element || !element.name) continue;