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]
|
||||
build-docker-image = { path = ".gitea/workflows/build-docker-image" }
|
||||
cog-check = { path = ".gitea/workflows/cog-check.yml" }
|
||||
cog-release = { path = ".gitea/workflows/cog-release.yml" }
|
||||
otf-apply = { path = ".gitea/workflows/otf-apply.yml" }
|
||||
otf-plan = { path = ".gitea/workflows/otf-plan.yml" }
|
||||
sec-blackbox-decrypt = { path = ".gitea/workflows/sec-blackbox-decrypt.yml" }
|
||||
sec-checks-trivy = { path = ".gitea/workflows/sec-checks-trivy.yml" }
|
||||
sec-megalinter = { path = ".gitea/workflows/sec-megalinter.yml" }
|
||||
tf-apply = { path = ".gitea/workflows/tf-apply.yml" }
|
||||
tf-docs = { path = ".gitea/workflows/tf-docs.yml" }
|
||||
tf-plan = { path = ".gitea/workflows/tf-plan.yml" }
|
||||
# [packages]
|
||||
# build-docker-image = { path = ".gitea/workflows/build-docker-image.yml" }
|
||||
# cog-check = { path = ".gitea/workflows/cog-check.yml" }
|
||||
# cog-release = { path = ".gitea/workflows/cog-release.yml" }
|
||||
# otf-apply = { path = ".gitea/workflows/otf-apply.yml" }
|
||||
# otf-plan = { path = ".gitea/workflows/otf-plan.yml" }
|
||||
# sec-blackbox-decrypt = { path = ".gitea/workflows/sec-blackbox-decrypt.yml" }
|
||||
# sec-checks-trivy = { path = ".gitea/workflows/sec-checks-trivy.yml" }
|
||||
# sec-megalinter = { path = ".gitea/workflows/sec-megalinter.yml" }
|
||||
# tf-apply = { path = ".gitea/workflows/tf-apply.yml" }
|
||||
# tf-docs = { path = ".gitea/workflows/tf-docs.yml" }
|
||||
# tf-plan = { path = ".gitea/workflows/tf-plan.yml" }
|
||||
|
||||
Reference in New Issue
Block a user