diff options
| author | Frank <[email protected]> | 2026-01-27 14:37:33 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-27 14:37:33 -0500 |
| commit | 2649dcae7f6c850b7fceaf1e452bd83e7a3eed1c (patch) | |
| tree | 9b166cf2b6b8906d80880067d427a83618ad53d9 /.github/workflows | |
| parent | bb63d16fa86c07425158f95a9e619678fe261e50 (diff) | |
| download | opencode-2649dcae7f6c850b7fceaf1e452bd83e7a3eed1c.tar.gz opencode-2649dcae7f6c850b7fceaf1e452bd83e7a3eed1c.zip | |
Revert "ci: make tests passing a requirement pre-release"
This reverts commit 8c00818108700b4aad81a9127d9e1e9adc8254bd.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 1 |
2 files changed, 1 insertions, 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 }}) |
