GHA: Increase size of Ephemeral Instances runner (#107230)

jackw/rolldown
Matheus Macabu 1 day ago committed by GitHub
parent 4e8802afff
commit 6f8e33f360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .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.

Loading…
Cancel
Save