feat(cog): disable monorepo packages
All checks were successful
Cog release / Create release (push) Successful in 7s
All checks were successful
Cog release / Create release (push) Successful in 7s
This commit is contained in:
24
cog.toml
24
cog.toml
@@ -1,12 +1,12 @@
|
|||||||
[packages]
|
# [packages]
|
||||||
build-docker-image = { path = ".gitea/workflows/build-docker-image" }
|
# build-docker-image = { path = ".gitea/workflows/build-docker-image.yml" }
|
||||||
cog-check = { path = ".gitea/workflows/cog-check.yml" }
|
# cog-check = { path = ".gitea/workflows/cog-check.yml" }
|
||||||
cog-release = { path = ".gitea/workflows/cog-release.yml" }
|
# cog-release = { path = ".gitea/workflows/cog-release.yml" }
|
||||||
otf-apply = { path = ".gitea/workflows/otf-apply.yml" }
|
# otf-apply = { path = ".gitea/workflows/otf-apply.yml" }
|
||||||
otf-plan = { path = ".gitea/workflows/otf-plan.yml" }
|
# otf-plan = { path = ".gitea/workflows/otf-plan.yml" }
|
||||||
sec-blackbox-decrypt = { path = ".gitea/workflows/sec-blackbox-decrypt.yml" }
|
# sec-blackbox-decrypt = { path = ".gitea/workflows/sec-blackbox-decrypt.yml" }
|
||||||
sec-checks-trivy = { path = ".gitea/workflows/sec-checks-trivy.yml" }
|
# sec-checks-trivy = { path = ".gitea/workflows/sec-checks-trivy.yml" }
|
||||||
sec-megalinter = { path = ".gitea/workflows/sec-megalinter.yml" }
|
# sec-megalinter = { path = ".gitea/workflows/sec-megalinter.yml" }
|
||||||
tf-apply = { path = ".gitea/workflows/tf-apply.yml" }
|
# tf-apply = { path = ".gitea/workflows/tf-apply.yml" }
|
||||||
tf-docs = { path = ".gitea/workflows/tf-docs.yml" }
|
# tf-docs = { path = ".gitea/workflows/tf-docs.yml" }
|
||||||
tf-plan = { path = ".gitea/workflows/tf-plan.yml" }
|
# tf-plan = { path = ".gitea/workflows/tf-plan.yml" }
|
||||||
|
|||||||
Reference in New Issue
Block a user