Update .gitea/workflows/ci.yml (#6)
CI / feature (push) Failing after 1s
CI / main (push) Failing after 0s

Reviewed-on: #6
This commit is contained in:
2026-06-13 09:42:47 +03:00
parent dacb8b4ef7
commit 5e9e051093
+2 -2
View File
@@ -7,14 +7,14 @@ on:
jobs: jobs:
feature: feature:
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@v1 uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml
secrets: inherit secrets: inherit
with: with:
bats-image: bats/bats:latest bats-image: bats/bats:latest
main: main:
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@v1 uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml
secrets: inherit secrets: inherit
with: with:
bats-image: bats/bats:latest bats-image: bats/bats:latest