Add build-frontend back into CI
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Successful in 8m53s
Podman Rootless Demo / deploy-prod (push) Successful in 55s
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Successful in 8m53s
Podman Rootless Demo / deploy-prod (push) Successful in 55s
This commit is contained in:
parent
9842715e9a
commit
c8f12205b8
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ jobs:
|
|||
|
||||
build-frontend:
|
||||
runs-on: [ci]
|
||||
if: false
|
||||
# if: false
|
||||
# needs: [test-backend, test-frontend]
|
||||
# needs: [test-frontend]
|
||||
|
||||
|
|
@ -238,7 +238,7 @@ jobs:
|
|||
deploy-prod:
|
||||
runs-on: [prod]
|
||||
# needs: [build-backend]
|
||||
# needs: [build-frontend]
|
||||
needs: [build-frontend]
|
||||
# needs: [build-backend, build-frontend]
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue