Trigger the workflow action 'manual' #1
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?
The issue_comment triggers a CI JOB on all project related comments, so this is inefficient. To work around this, there is a filter condition on each job so that the job only starts if the comment is exactly
!actions run buildor!actions run testor!actions run all.The entire CI process runs even if the action is push or pull_request, or if the comment is !actions run all
Unfortunately, the CI process is triggered by every project comment, but quickly stops due to filtering.
!actions run build
!actions run test
The Gitea version is now upgraded to 1.23.1 which makes this actions obsolete.