Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/bindings-server.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import io.github.typesafegithub.workflows.dsl.JobBuilder
import io.github.typesafegithub.workflows.dsl.expressions.Contexts
import io.github.typesafegithub.workflows.dsl.expressions.expr
import io.github.typesafegithub.workflows.dsl.workflow
import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource
import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG
import java.net.URI
import java.net.ConnectException
Expand All @@ -45,7 +44,6 @@ workflow(
),
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
useLocalBindingsServerAsFallback = true,
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
additionalSteps = {
uses(
name = "Downgrade Kotlin",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import io.github.typesafegithub.workflows.domain.triggers.Push
import io.github.typesafegithub.workflows.dsl.expressions.Contexts
import io.github.typesafegithub.workflows.dsl.expressions.expr
import io.github.typesafegithub.workflows.dsl.workflow
import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource
import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG

val GRADLE_ENCRYPTION_KEY by Contexts.secrets
Expand All @@ -37,7 +36,6 @@ workflow(
),
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
useLocalBindingsServerAsFallback = true,
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
additionalSteps = {
uses(
name = "Downgrade Kotlin",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ import io.github.typesafegithub.workflows.domain.triggers.Push
import io.github.typesafegithub.workflows.dsl.JobBuilder
import io.github.typesafegithub.workflows.dsl.expressions.expr
import io.github.typesafegithub.workflows.dsl.workflow
import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource
import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG

workflow(
name = "Release",
on = listOf(Push(tags = listOf("v*.*.*"))),
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
useLocalBindingsServerAsFallback = true,
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
additionalSteps = {
uses(
name = "Downgrade Kotlin",
Expand Down
Loading