this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: don't block pipeline if update:schema-prisma not started

+1
+1
.gitlab-ci.yml
··· 60 60 update:prisma-schema: 61 61 image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0 62 62 stage: update 63 + allow_failure: true 63 64 rules: 64 65 - if: $CI_PIPELINE_SOURCE == "pipeline" 65 66 - when: manual