.
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 19s

This commit is contained in:
Jonas Forsberg 2024-10-15 13:49:45 +02:00
parent f2b8cf31ca
commit 062fb1c416
3 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,6 @@
name: Lint and Test Charts name: Lint and Test Charts
on: on: []
push:
jobs: jobs:
lint-test: lint-test:

View File

@ -32,7 +32,7 @@ jobs:
run: | run: |
changed=$(ct list-changed --target-branch ${{ gitea.event.repository.default_branch }}) changed=$(ct list-changed --target-branch ${{ gitea.event.repository.default_branch }})
if [[ -n "$changed" ]]; then if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT" echo "changed=true" >> "$GITEA_OUTPUT"
fi fi
- name: Run chart-testing (lint) - name: Run chart-testing (lint)

View File

@ -1,8 +1,5 @@
name: Testing pipes name: Testing pipes
on: on: []
push:
branches:
- main
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions: