diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3f52f64..13875f8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,23 +54,6 @@ jobs: cd web npm run build - # create-archives: - # needs: [test-backend, test-frontend] - # runs-on: ubuntu-latest - # if: github.event_name == 'workflow_dispatch' && always() - # steps: - # - name: Проверка кода - # uses: actions/checkout@v4 - - # - name: Загрузка артифакта - # uses: actions/upload-artifact@v3 - # with: - # name: build-artifacts-${{ github.run_id }} - # path: | - # api/ - # web/ - # retention-days: 7 - # Явный статус для PR pr-status: needs: [test-backend, test-frontend]