diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2bd2a01..16e6939 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: feature: if: github.ref != 'refs/heads/main' needs: [load-config] - uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main + uses: niko/gitea-ci-library/.gitea/workflows/quality-gate.yml@feture/docker-kyky secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} @@ -23,7 +23,7 @@ jobs: main: if: github.ref == 'refs/heads/main' needs: [load-config] - uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main + uses: niko/gitea-ci-library/.gitea/workflows/quality-gate.yml@main secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} diff --git a/.gitea/workflows/build-feature.yml b/.gitea/workflows/quality-gate.yml similarity index 99% rename from .gitea/workflows/build-feature.yml rename to .gitea/workflows/quality-gate.yml index b6c9b9a..aaaacab 100644 --- a/.gitea/workflows/build-feature.yml +++ b/.gitea/workflows/quality-gate.yml @@ -1,4 +1,4 @@ -name: Build Feature +name: Quality Gate on: workflow_call: inputs: