1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-12 15:49:28 -05:00

Merge pull request 'chore(ci): run merge conditions when a new commit is pushed' (#6120) from earl-warren/forgejo:wip-merge-conditions into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6120
Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
Otto 2024-12-02 14:03:54 +00:00
commit 7c9214cb92

View file

@ -131,6 +131,7 @@ jobs:
( (
github.event.action == 'label_updated' || github.event.action == 'label_updated' ||
github.event.action == 'edited' || github.event.action == 'edited' ||
github.event.action == 'synchronized' ||
github.event.action == 'opened' github.event.action == 'opened'
) )
runs-on: docker runs-on: docker