From 2649dcae7f6c850b7fceaf1e452bd83e7a3eed1c Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 27 Jan 2026 14:37:33 -0500 Subject: [PATCH] Revert "ci: make tests passing a requirement pre-release" This reverts commit 8c00818108700b4aad81a9127d9e1e9adc8254bd. --- .github/workflows/publish.yml | 6 +----- .github/workflows/test.yml | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f2c7f4ea0..8d7a823b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,13 +29,9 @@ permissions: packages: write jobs: - test: - if: github.event_name == 'workflow_dispatch' - uses: ./.github/workflows/test.yml publish: - needs: test runs-on: blacksmith-4vcpu-ubuntu-2404 - if: always() && github.repository == 'anomalyco/opencode' && (github.event_name != 'workflow_dispatch' || needs.test.result == 'success') + if: github.repository == 'anomalyco/opencode' steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fca227fa8..d95de94d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,6 @@ on: - dev pull_request: workflow_dispatch: - workflow_call: jobs: test: name: test (${{ matrix.settings.name }})