From 15fff2da2d868bb96af376c4798cff15a8946738 Mon Sep 17 00:00:00 2001 From: Hugo Gresse Date: Tue, 3 Sep 2024 15:11:14 +0200 Subject: [PATCH] change runner names --- .upptimerc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.upptimerc.yml b/.upptimerc.yml index c276631a6d8..06eef92a362 100644 --- a/.upptimerc.yml +++ b/.upptimerc.yml @@ -39,7 +39,7 @@ workflowSchedule: updates: "0 3 * * *" uptime: "0 0 * * *" # Triggered by the GitHub Self Hosted Runner cron -runner: [self-hosted] +runner: [self-hosted, node20] # Try to prevent the actions to delete issues skipDeleteIssues: true