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/publish.yml | |
| 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/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 1 insertions, 5 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: |
