diff --git a/src/web/gitJob.ts b/src/web/gitJob.ts index 18b9bc3..27bed58 100644 --- a/src/web/gitJob.ts +++ b/src/web/gitJob.ts @@ -18,7 +18,7 @@ const configured_channel = CHANNELS.UPDATES; const EDIT_COOLDOWN_MS = 2000; /** Job names to ignore and not display in the CI Jobs section */ -const jobNameIgnore: string[] = ["changes"]; +const jobNameIgnore: string[] = ["changes", "Validate Docker Compose"]; /** In-memory map of messageId → pending setTimeout handle */ const pendingTimeouts = new Map();