.
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
on:
push:
on: []
jobs:
lint-test:

View File

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

View File

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