POC: smoke test without workflow_call + disable broken ci.yml
Smoke test / one (push) Failing after 1s
Smoke test / two (push) Has been skipped

This commit is contained in:
moilanik
2026-06-08 17:32:34 +03:00
parent e7d77e38f7
commit a4122098c5
2 changed files with 16 additions and 0 deletions
-25
View File
@@ -1,25 +0,0 @@
# .gitea/workflows/ci.yml — Kirjaston oma CI (eat your own dogfood)
#
# Tämä workflow on kirjaston ENSIMMÄINEN kuluttaja.
# Jokainen push ajaa kirjaston omat reusable workflowt.
#
# POC: testataan ci-engine-test.yml — nähdään miten Gitea
# raportoi reusable workflow'n sisäiset jobit.
name: CI — gitea-ci-library
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
feature:
if: github.ref != 'refs/heads/master'
uses: niko/gitea-ci-library/.gitea/workflows/ci-engine-test.yml@plan/0003-alkaa-käyttämään-itseään-commit-raportti
secrets: inherit
master:
if: github.ref == 'refs/heads/master'
uses: niko/gitea-ci-library/.gitea/workflows/ci-engine-test.yml@plan/0003-alkaa-käyttämään-itseään-commit-raportti
secrets: inherit