Trigger the workflow action 'manual' #1

Open
opened 2025-01-07 20:19:01 +01:00 by chrda81 · 3 comments
Owner

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 build or !actions run test or !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.

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 build` or `!actions run test` or `!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.
Author
Owner

!actions run build

!actions run build
Author
Owner

!actions run test

!actions run test
Author
Owner

The Gitea version is now upgraded to 1.23.1 which makes this actions obsolete.

The Gitea version is now upgraded to 1.23.1 which makes this actions obsolete.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chrda81/workflow-actions-test#1