From a8e04222a20dcb012da190847b4c30d72d487f7e Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Wed, 20 Dec 2023 17:52:45 -0500 Subject: [PATCH] Add better note to the kotlin.yml Workflow about how to test --- .github/workflows/kotlin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kotlin.yml b/.github/workflows/kotlin.yml index 2a783d5ff5..37e1ae5a56 100644 --- a/.github/workflows/kotlin.yml +++ b/.github/workflows/kotlin.yml @@ -4,8 +4,12 @@ on : push : branches : - main - # pull_request : # Use pull_request_target so we can lock the runner down to run only on the main branch. + # When we want to test changes to this workflow, then we can use: + # pull_request : + # temporarily. We will also need to change the runner group permissions for the + # workflow-kotlin-test-runner-ubuntu-4core group so that it can run with the branch/SHA + # of the PR. pull_request_target : branches : - main