diff options
| author | sintjuri <[email protected]> | 2026-07-13 17:57:42 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-13 17:57:42 +0300 |
| commit | 2734b09d1569cbb132b7bc956e2e4520ff44d5de (patch) | |
| tree | 30e1fa08d0efde9c1cb977fa2ee5296c7a8fe52a | |
| parent | 655fe2558c818b97dd7ae06861e8a4e57b992043 (diff) | |
Stop adding rebuild_docs after doc_translate (#46336)
Co-authored-by: Cursor <[email protected]>
| -rw-r--r-- | .github/workflows/ydbdoc-review.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/ydbdoc-verify.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ydbdoc-review.yml b/.github/workflows/ydbdoc-review.yml index 9e4f766aabc..88e943cc62c 100644 --- a/.github/workflows/ydbdoc-review.yml +++ b/.github/workflows/ydbdoc-review.yml @@ -97,9 +97,9 @@ jobs: owner, repo, issue_number: translationPr.number, - labels: ['rebuild_docs', 'ok-to-test'], + labels: ['ok-to-test'], }); core.info( - `Added rebuild_docs and ok-to-test to translation PR #${translationPr.number}` + `Added ok-to-test to translation PR #${translationPr.number}` ); diff --git a/.github/workflows/ydbdoc-verify.yml b/.github/workflows/ydbdoc-verify.yml index c397d83e05c..93b16919b9e 100644 --- a/.github/workflows/ydbdoc-verify.yml +++ b/.github/workflows/ydbdoc-verify.yml @@ -59,8 +59,8 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: prNumber, - labels: ['ok-to-test', 'rebuild_docs'], + labels: ['ok-to-test'], }); core.info( - `Added ok-to-test and rebuild_docs to translation PR #${prNumber}` + `Added ok-to-test to translation PR #${prNumber}` ); |
