1
0
Fork 0
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:
Earl Warren 2024-12-02 13:20:35 +01:00
parent 8365133d6c
commit 4075d2c891
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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