mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
Revert "ci: make tests passing a requirement pre-release"
This reverts commit 8c00818108700b4aad81a9127d9e1e9adc8254bd.
This commit is contained in:
parent
bb63d16fa8
commit
2649dcae7f
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -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:
|
||||
|
||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
- dev
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
jobs:
|
||||
test:
|
||||
name: test (${{ matrix.settings.name }})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user