From 6ed1f0af8e5c1408ba3e55d7570744419a9390c8 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 01:55:14 +0000 Subject: [PATCH 1/2] Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e47de2e..ce725b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val zioSbtVersion = "0.5.0" +val zioSbtVersion = "0.5.3" val scalaNativeVersion = "0.5.11" addSbtPlugin(("dev.zio" % "zio-sbt-ecosystem" % zioSbtVersion).exclude("org.scala-native", "sbt-scala-native")) From 2e86b48dcac23fa814341f6de047debf903cf0f8 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 01:55:53 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt ciGenerateGithubWorkflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04d329..6adfd11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,7 @@ jobs: continue-on-error: false needs: - ci - if: ${{ github.event_name != 'pull_request' }} + if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout uses: actions/checkout@v6 @@ -257,7 +257,7 @@ jobs: continue-on-error: false needs: - release-docs - if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }} + if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout uses: actions/checkout@v6