update to use actions for testing PRs #439
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/439/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run PR tests using Gitea Actions
Can we do
helm dependency update
beforehelm lint
?@yardenshoham updated, thanks :)
I'm wondering if both
push
andpull_request
are necessary as triggers. It duplicates work on each push. Perhaps we can use only one trigger of these?LGTM nevertheless