diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c98686f..8edc0a9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -70,24 +70,28 @@ jobs: needs: [server-core-test, device-agent-test, dashboard-test] runs-on: ubuntu-latest uses: ./.gitea/workflows/build_server_core.yaml + secrets: inherit build-device-agent: if: "!contains(gitea.ref_name, 'test')" needs: [server-core-test, device-agent-test, dashboard-test] runs-on: ubuntu-latest uses: ./.gitea/workflows/build_device_agent.yaml + secrets: inherit build-dashboard: if: "!contains(gitea.ref_name, 'test')" needs: [server-core-test, device-agent-test, dashboard-test] runs-on: ubuntu-latest uses: ./.gitea/workflows/build_dashboard.yaml + secrets: inherit build-docs: if: "!contains(gitea.ref_name, 'test')" needs: [server-core-test, device-agent-test, dashboard-test] runs-on: ubuntu-latest uses: ./.gitea/workflows/docs_call.yaml + secrets: inherit release: if: "!contains(gitea.ref_name, 'test')"