kbkjb
CI Feature / Load gitea-env.conf to pipeline env (push) Successful in 17s
ci-cucumber Cucumber tests
ci-bats Bats tests
ci-build Build complete
CI Feature / Quality Gate (push) Successful in 2m34s

This commit is contained in:
moilanik
2026-06-15 15:15:08 +03:00
parent 30cd407018
commit 14b8280241
3 changed files with 8 additions and 20 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
name: CI Feature
on:
workflow_call:
push:
branches-ignore:
- main
workflow_dispatch:
jobs:
load-config:
+4 -1
View File
@@ -1,6 +1,9 @@
name: CI Main
on:
workflow_call:
push:
branches:
- main
workflow_dispatch:
jobs:
load-config:
-18
View File
@@ -1,18 +0,0 @@
name: CI
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
feature:
name: Feature
if: github.ref != 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/ci-feature.yml@feature/docker-kuntoon
secrets: inherit
main:
name: Main
if: github.ref == 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/ci-main.yml@feature/docker-kuntoon
secrets: inherit