only trigger affected image builds on push
Some checks failed
Build Keycloak / Build Keycloak Image-1 (push) Successful in 2m55s
Build Keycloak / Build Keycloak Image (push) Successful in 2m56s
Build Keycloak / Build Keycloak Image-2 (push) Successful in 2m56s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 3m43s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 3m52s
Build Nextcloud / Build Nextcloud 33 Image (push) Successful in 8m11s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 3m10s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 8m28s
Some checks failed
Build Keycloak / Build Keycloak Image-1 (push) Successful in 2m55s
Build Keycloak / Build Keycloak Image (push) Successful in 2m56s
Build Keycloak / Build Keycloak Image-2 (push) Successful in 2m56s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 3m43s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 3m52s
Build Nextcloud / Build Nextcloud 33 Image (push) Successful in 8m11s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 3m10s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 8m28s
This commit is contained in:
parent
a866d88b50
commit
5bfc2992a9
3 changed files with 11 additions and 3 deletions
|
|
@ -2,7 +2,10 @@ name: Build Keycloak
|
|||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/build_keycloak.yml'
|
||||
- 'keycloak/**'
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@ name: Build Nextcloud
|
|||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/build_nextcloud.yml'
|
||||
- 'nextcloud/**'
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ name: Build Penpot
|
|||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/build_penpot.yml'
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue