mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-05 22:58:46 +00: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:
commit
7c9214cb92
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