ci: run ephemeral instances action on a larger runner (#71661)

This commit is contained in:
Bruno 2023-07-14 11:38:01 -03:00 committed by GitHub
parent c1709c9301
commit 5cb0ea7afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@ on:
types: [opened, reopened, closed]
jobs:
handle-pull-request-event:
runs-on: ubuntu-latest
runs-on:
labels: ubuntu-latest-8-cores
continue-on-error: true
steps:
- name: Get pull request repo