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

pull/728/head
Frostebite 2025-09-07 04:37:31 +01:00
parent 307a2aa562
commit 85bb3d9d50
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export class TaskParameterSerializer {
'AWS_KINESIS_ENDPOINT', 'AWS_KINESIS_ENDPOINT',
'AWS_CLOUD_WATCH_LOGS_ENDPOINT', 'AWS_CLOUD_WATCH_LOGS_ENDPOINT',
]; ];
return awsEnvVars return awsEnvVars
.filter((key) => process.env[key] !== undefined) .filter((key) => process.env[key] !== undefined)
.map((key) => ({ .map((key) => ({