File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 99import io.github.typesafegithub.workflows.actions.actions.Checkout
1010import io.github.typesafegithub.workflows.actions.gradle.ActionsSetupGradle
1111import io.github.typesafegithub.workflows.domain.RunnerType
12- import io.github.typesafegithub.workflows.domain.triggers.PullRequest
1312import io.github.typesafegithub.workflows.domain.triggers.WorkflowDispatch
1413import io.github.typesafegithub.workflows.dsl.workflow
1514import io.github.typesafegithub.workflows.yaml.writeToFile
@@ -18,7 +17,6 @@ workflow(
1817 name = " Update dist" ,
1918 on = listOf (
2019 WorkflowDispatch (),
21- PullRequest (types = listOf (PullRequest .Type .Opened )),
2220 ),
2321 sourceFile = __FILE__ .toPath(),
2422) {
Original file line number Diff line number Diff line change 55name : ' Update dist'
66on :
77 workflow_dispatch : {}
8- pull_request :
9- types :
10- - ' opened'
118jobs :
129 check_yaml_consistency :
1310 name : ' Check YAML consistency'
You can’t perform that action at this time.
0 commit comments