From 48ce8ec9e240d83978a9098671d4711c88809365 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 8 Jan 2026 11:40:56 +0100 Subject: [PATCH] fix(compile): Use low runner to judge the compile command Signed-off-by: Joas Schilling --- workflow-templates/command-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/command-compile.yml b/workflow-templates/command-compile.yml index 5655f22..61e39db 100644 --- a/workflow-templates/command-compile.yml +++ b/workflow-templates/command-compile.yml @@ -16,7 +16,7 @@ permissions: jobs: init: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low # On pull requests and if the comment starts with `/compile` if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/compile')