Test feature on a dedicated pipeline #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
I have an issue with my Gitea Actions workflow, because at the moment I cannot test things without triggering the pipeline which deploys the change to production.
I'm using a lock file
.dev-lockto prevent the pipeline to merge into themainbranch, but now I want to create a separate pipeline for testing. This way I could test new feature or fix in a dedicated branch.Closed with #10