diff options
author | blinkov <blinkov@yandex-team.com> | 2023-07-19 13:18:09 +0300 |
---|---|---|
committer | blinkov <blinkov@yandex-team.com> | 2023-07-19 13:18:09 +0300 |
commit | be90cfb4f9a09f882e1886fb93f83ad850a3db88 (patch) | |
tree | f7c79413297c34eda2bd37ef42270bdf71bec8d9 | |
parent | d477665e8b529afcf2bd83ccb3dd6fc64dfa128e (diff) | |
download | ydb-be90cfb4f9a09f882e1886fb93f83ad850a3db88.tar.gz |
Don't require manual button press to deploy internal YDB docs (3)
-rw-r--r-- | ydb/docs/a.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/a.yaml b/ydb/docs/a.yaml index e86714a8bac..65ef679da8a 100644 --- a/ydb/docs/a.yaml +++ b/ydb/docs/a.yaml @@ -100,7 +100,7 @@ ci: title: Release docs to stable task: common/docs/release needs: release-to-testing - manual: true + manual: false stage: stable input: projects: ${tasks.deploy.output_params.projects} |