Updated ci
Some checks failed
Build on push / prepare (push) Successful in 9s
Build on push / build (push) Successful in 13s
Build on push / publish (push) Failing after 10s

This commit is contained in:
2025-09-15 15:05:02 +02:00
parent 2d2bb86720
commit e3f68d3a58
3 changed files with 15 additions and 19 deletions

View File

@@ -8,7 +8,20 @@ on:
jobs:
prepare:
uses: ./.gitea/workflows/prepare.yaml
secrets: inherit
build:
needs: prepare
uses: ./.gitea/workflows/package.yaml
uses: ./.gitea/workflows/package.yaml
defaults:
run:
working-directory: src/cpl_core
secrets: inherit
publish:
needs: build
uses: ./.gitea/workflows/publish.yaml
defaults:
run:
working-directory: src/cpl_core
secrets: inherit