-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
- Gitea version (or commit ref): 1.5.3
- Git version:
- Operating system: RHEL
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
Description
As mentioned here and here for me, there seems to be some issues with gitea webhooks.
if i create a release from the gitea ui (creates also a tag in background), drone does not recognize it and is not running the pipeline.
If i instead push a tag from command line to remote repo, drone will run twice. One run for the push and one run for the tag... That duplicates the runtime. Is this the expected behavior?