From cecfb0e8096979dffdc5a08b6530dcdbf1814d77 Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Wed, 20 Dec 2023 14:04:11 -0500 Subject: [PATCH] Use Larger Runner Group for kotlin.yml Workflow --- .github/workflows/kotlin.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/kotlin.yml b/.github/workflows/kotlin.yml index e1e04f72a1..0bfea6f37a 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -4,7 +4,9 @@ on : push : branches : - main - pull_request : + pull_request_target : + branches : + - main merge_group : env: @@ -19,7 +21,7 @@ jobs : build-all : name : Build all - runs-on : macos-latest + runs-on : workflow-kotlin-experiment steps : - uses : actions/checkout@v3 @@ -30,7 +32,7 @@ jobs : write-cache-key : main-build-artifacts dokka : - name : Assemble & Dokka + name : Dokka runs-on : ubuntu-latest needs : build-all steps : @@ -44,7 +46,7 @@ jobs : shards-and-version : name : Shard Matrix Yaml - runs-on : ubuntu-latest + runs-on : workflow-kotlin-experiment steps : - uses : actions/checkout@v3 @@ -269,7 +271,7 @@ jobs : performance-tests : name : Performance tests - runs-on : macos-latest + runs-on : workflow-kotlin-experiment timeout-minutes : 45 strategy : # Allow tests to continue on other devices if they fail on one device. @@ -290,7 +292,7 @@ jobs : instrumentation-tests : name : Instrumentation tests - runs-on : macos-latest + runs-on : workflow-kotlin-experiment timeout-minutes : 60 strategy : # Allow tests to continue on other devices if they fail on one device. @@ -315,7 +317,7 @@ jobs : runtime-instrumentation-tests : name : Conflate Stale Renderings Instrumentation tests - runs-on : macos-latest + runs-on : workflow-kotlin-experiment timeout-minutes : 60 strategy : # Allow tests to continue on other devices if they fail on one device.