From 6f8e33f360cf53add73598cceb8796bb541bba92 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Thu, 26 Jun 2025 09:41:37 +0200 Subject: [PATCH] GHA: Increase size of Ephemeral Instances runner (#107230) --- .github/workflows/ephemeral-instances-pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ephemeral-instances-pr-comment.yml b/.github/workflows/ephemeral-instances-pr-comment.yml index 78160190fa0..9c094615a98 100644 --- a/.github/workflows/ephemeral-instances-pr-comment.yml +++ b/.github/workflows/ephemeral-instances-pr-comment.yml @@ -12,7 +12,7 @@ jobs: handle-ephemeral-instances: if: ${{ github.event.issue.pull_request && (startsWith(github.event.comment.body, '/deploy-to-hg') || github.event.action == 'closed') && github.repository_owner == 'grafana' }} runs-on: - labels: ubuntu-latest-8-cores + labels: ubuntu-latest-16-cores continue-on-error: true permissions: # For commenting.