mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
ci: run ephemeral instances action on a larger runner (#71661)
This commit is contained in:
parent
c1709c9301
commit
5cb0ea7afb
3
.github/workflows/ephemeral-instances.yml
vendored
3
.github/workflows/ephemeral-instances.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user