Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request triggers 2 actions instead of one #33313

Open
dh-harald opened this issue Jan 17, 2025 · 0 comments
Open

pull request triggers 2 actions instead of one #33313

dh-harald opened this issue Jan 17, 2025 · 0 comments
Labels
topic/gitea-actions related to the actions of Gitea type/bug

Comments

@dh-harald
Copy link

dh-harald commented Jan 17, 2025

Description

I'm using renovatebot to do dependency updates. I've realized, that every pull request triggers 2 actions, one for event type opened, one for event type synchronized

In some cases, the synchronized isn't triggered (I don't know, why, the renovatebot do the same thing), so I can't filter only the sync event

I'm using a very simple action for this:

name: testing

on:
  pull_request:

jobs:
[...]

Gitea Version

1.23.1

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

Image

Git Version

No response

Operating System

Linux

How are you running Gitea?

I'm using official docker image on a linux box.

Database

MySQL/MariaDB

@Zettat123 Zettat123 added the topic/gitea-actions related to the actions of Gitea label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

No branches or pull requests

2 participants