File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 9
9
import io.github.typesafegithub.workflows.actions.actions.Checkout
10
10
import io.github.typesafegithub.workflows.actions.gradle.ActionsSetupGradle
11
11
import io.github.typesafegithub.workflows.domain.RunnerType
12
- import io.github.typesafegithub.workflows.domain.triggers.PullRequest
13
12
import io.github.typesafegithub.workflows.domain.triggers.WorkflowDispatch
14
13
import io.github.typesafegithub.workflows.dsl.workflow
15
14
import io.github.typesafegithub.workflows.yaml.writeToFile
@@ -18,7 +17,6 @@ workflow(
18
17
name = " Update dist" ,
19
18
on = listOf (
20
19
WorkflowDispatch (),
21
- PullRequest (types = listOf (PullRequest .Type .Opened )),
22
20
),
23
21
sourceFile = __FILE__ .toPath(),
24
22
) {
Original file line number Diff line number Diff line change 5
5
name : ' Update dist'
6
6
on :
7
7
workflow_dispatch : {}
8
- pull_request :
9
- types :
10
- - ' opened'
11
8
jobs :
12
9
check_yaml_consistency :
13
10
name : ' Check YAML consistency'
You can’t perform that action at this time.
0 commit comments