mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-11 11:28:02 -05:00
chore(ci): run merge conditions when a new commit is pushed
Otherwise the latest status of the PR may be skipped instead of fail if the condition is not met.
This commit is contained in:
parent
8365133d6c
commit
4075d2c891
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ jobs:
|
|||
(
|
||||
github.event.action == 'label_updated' ||
|
||||
github.event.action == 'edited' ||
|
||||
github.event.action == 'synchronized' ||
|
||||
github.event.action == 'opened'
|
||||
)
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue