Skip to content

Commit 61eceab

Browse files
remove todo check.
1 parent 5c79e06 commit 61eceab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/docs-stage-1-commit.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ jobs:
101101
fetch-depth: 0 # Full history is needed to compare branches
102102
- name: "Check English usage"
103103
uses: ./.github/actions/check-english-usage
104-
check-todo-usage:
105-
name: "Check TODO usage"
106-
runs-on: ubuntu-latest
107-
timeout-minutes: 5
108-
steps:
109-
- name: "Checkout code"
110-
uses: actions/checkout@v5
111-
with:
112-
fetch-depth: 0 # Full history is needed to compare branches
113-
- name: "Check TODO usage"
114-
uses: ./.github/actions/check-todo-usage
115104
detect-terraform-changes:
116105
name: "Detect Terraform Changes"
117106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)