add "Validate Docker Compose" to job names ignored in CI Jobs section
All checks were successful
CI / build (push) Successful in 9s
All checks were successful
CI / build (push) Successful in 9s
This commit is contained in:
@@ -18,7 +18,7 @@ const configured_channel = CHANNELS.UPDATES;
|
|||||||
const EDIT_COOLDOWN_MS = 2000;
|
const EDIT_COOLDOWN_MS = 2000;
|
||||||
|
|
||||||
/** Job names to ignore and not display in the CI Jobs section */
|
/** 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 */
|
/** In-memory map of messageId → pending setTimeout handle */
|
||||||
const pendingTimeouts = new Map<string, NodeJS.Timeout>();
|
const pendingTimeouts = new Map<string, NodeJS.Timeout>();
|
||||||
|
|||||||
Reference in New Issue
Block a user