Action not launched when pushing tag from workflow #13921

Closed
opened 2025-11-02 10:57:19 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @RobinMaub on GitHub (Jan 6, 2025).

Description

Hello,

We face an issue when pushing a tag from a workflow, it does not trigger another workflow which is supposed to run. It is similar to: https://forum.gitea.com/t/gitea-actions-trigger-workflow-not-started/8308
Is there something specific to do to be able to run the workflows after CI push ?
If we push manually the tag, action is run correctly.

Thanks for your help

Gitea Version

1.23.0-rc0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

Linux

How are you running Gitea?

systemd

Database

MySQL/MariaDB

Originally created by @RobinMaub on GitHub (Jan 6, 2025). ### Description Hello, We face an issue when pushing a tag from a workflow, it does not trigger another workflow which is supposed to run. It is similar to: https://forum.gitea.com/t/gitea-actions-trigger-workflow-not-started/8308 Is there something specific to do to be able to run the workflows after CI push ? If we push manually the tag, action is run correctly. Thanks for your help ### Gitea Version 1.23.0-rc0 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System Linux ### How are you running Gitea? systemd ### Database MySQL/MariaDB
GiteaMirror added the type/bug label 2025-11-02 10:57:19 -06:00
Author
Owner

@ChristopherHX commented on GitHub (Jan 6, 2025):

Is there something specific to do to be able to run the workflows after CI push ?

Yes, gitea-actions user does not trigger workflows to prevent an endless cycle of triggered workflows.

E.g. add a PAT as secret to Gitea Actions and use it to push

This applies to GitHub.com Actions as well

@ChristopherHX commented on GitHub (Jan 6, 2025): > Is there something specific to do to be able to run the workflows after CI push ? Yes, gitea-actions user **does not** trigger workflows to prevent an endless cycle of triggered workflows. E.g. add a PAT as secret to Gitea Actions and use it to push _This applies to GitHub.com Actions as well_
Author
Owner

@RobinMaub commented on GitHub (Jan 6, 2025):

All good thank you !!

@RobinMaub commented on GitHub (Jan 6, 2025): All good thank you !!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13921