Skip to content

Commit 722a656

Browse files
Merge pull request #1148 from square/sedwards/update-runner-note
Add better note to the kotlin.yml Workflow about how to test
2 parents 766cfe5 + a8e0422 commit 722a656

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/kotlin.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ on :
44
push :
55
branches :
66
- main
7-
# pull_request :
87
# Use pull_request_target so we can lock the runner down to run only on the main branch.
8+
# When we want to test changes to this workflow, then we can use:
9+
# pull_request :
10+
# temporarily. We will also need to change the runner group permissions for the
11+
# workflow-kotlin-test-runner-ubuntu-4core group so that it can run with the branch/SHA
12+
# of the PR.
913
pull_request_target :
1014
branches :
1115
- main

0 commit comments

Comments
 (0)