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
3 changes: 0 additions & 3 deletions .github/workflows/end-to-end-tests.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 io.github.typesafegithub.workflows.updates.reportAvailableUpdates
import java.time.Instant
Expand All @@ -55,7 +54,6 @@ workflow(
env = mapOf(
"GITHUB_TOKEN" to expr("secrets.GITHUB_TOKEN")
),
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
additionalSteps = {
publishToMavenLocal()
uses(
Expand Down Expand Up @@ -318,7 +316,6 @@ workflow(
),
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
useLocalBindingsServerAsFallback = true,
checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(),
additionalSteps = {
publishToMavenLocal()
uses(
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"automerge": true,
"ignorePaths": [
".github/workflows/end-to-end-tests.yaml",
".github/workflows/end-to-end-tests.main.kts"
".github/workflows/end-to-end-tests.main.kts",
".github/workflows/end-to-end-tests-2nd-workflow.yaml",
],
"packageRules": [
{
Expand Down
Loading