Skip to content

Commit a0b8838

Browse files
committed
Revert "Trigger dist updating on opening PR"
This reverts commit 0d88db9. There's some problem with inferring branch name.
1 parent 0d88db9 commit a0b8838

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/update-dist.main.kts

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import io.github.typesafegithub.workflows.actions.actions.Checkout
1010
import io.github.typesafegithub.workflows.actions.gradle.ActionsSetupGradle
1111
import io.github.typesafegithub.workflows.domain.RunnerType
12-
import io.github.typesafegithub.workflows.domain.triggers.PullRequest
1312
import io.github.typesafegithub.workflows.domain.triggers.WorkflowDispatch
1413
import io.github.typesafegithub.workflows.dsl.workflow
1514
import 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
) {

.github/workflows/update-dist.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
name: 'Update dist'
66
on:
77
workflow_dispatch: {}
8-
pull_request:
9-
types:
10-
- 'opened'
118
jobs:
129
check_yaml_consistency:
1310
name: 'Check YAML consistency'

0 commit comments

Comments
 (0)