From e7d77e38f7444d997781aeedd2d6e739f97be801 Mon Sep 17 00:00:00 2001 From: moilanik Date: Mon, 8 Jun 2026 17:26:08 +0300 Subject: [PATCH] POC: use full repo ref for ci-engine-test.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c63c772..50d3470 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,10 +16,10 @@ on: jobs: feature: if: github.ref != 'refs/heads/master' - uses: ./.gitea/workflows/ci-engine-test.yml + 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: ./.gitea/workflows/ci-engine-test.yml + uses: niko/gitea-ci-library/.gitea/workflows/ci-engine-test.yml@plan/0003-alkaa-käyttämään-itseään-commit-raportti secrets: inherit