1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

ci: refine pages job dependency, add missing arm64

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2024-01-18 16:21:32 +01:00
parent 28ceca30eb
commit 315ff0e1b0
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -178,6 +178,7 @@ repo-tag:
<<: [*repo]
needs:
- gitea-amd64-tag
- gitea-arm64-tag
- test-install-tag
- test-update-tag
only:
@ -187,6 +188,7 @@ repo-trigger:
<<: [*repo]
needs:
- gitea-amd64-trigger
- gitea-arm64-trigger
- test-install-trigger
- test-update-trigger
only: