Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -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
|
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main
|
||||||
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
|
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
bats-image: bats/bats:latest
|
bats-image: bats/bats:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user