Skip to content

Commit

Permalink
disable ci for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Sep 22, 2023
1 parent 6d98656 commit dcaa867
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/reusable_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dcaa867

Please sign in to comment.