We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766cfe5 commit a8e0422Copy full SHA for a8e0422
.github/workflows/kotlin.yml
@@ -4,8 +4,12 @@ on :
4
push :
5
branches :
6
- main
7
- # pull_request :
8
# 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:
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.
13
pull_request_target :
14
15
0 commit comments