From dcaa867d2e83a9a16d6e672f51ddc55f9b9ece13 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Fri, 22 Sep 2023 16:48:47 +0200 Subject: [PATCH] disable ci for the time being --- .github/workflows/reusable_checks.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable_checks.yml b/.github/workflows/reusable_checks.yml index 8d5a477ef9bca..c52f56570501d 100644 --- a/.github/workflows/reusable_checks.yml +++ b/.github/workflows/reusable_checks.yml @@ -287,9 +287,11 @@ jobs: run: | ./scripts/lint.py - - name: Check for zombie TODOs - run: | - ./scripts/zombie_todos.py --token ${{ secrets.GITHUB_TOKEN }} + # NOTE: We don't want spurious failures caused by issues being closed, so this does not run on CI, + # at least for the time being. + # - name: Check for zombie TODOs + # run: | + # ./scripts/zombie_todos.py --token ${{ secrets.GITHUB_TOKEN }} - name: Check for too large files run: |