Skip to content

Commit

Permalink
Run TODO checker on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 12, 2023
1 parent d6f6b46 commit c8a7b7e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@ workflows:
- fuzz-op-chain-ops
- fuzz-cannon
- bedrock-markdown
- todo-issues
- go-lint:
name: op-batcher-lint
module: op-batcher
Expand Down Expand Up @@ -1515,6 +1514,13 @@ workflows:
requires:
- hold

scheduled-todo-issues:
when:
equal: [ build_four_hours, <<pipeline.schedule.name>> ]
jobs:
- todo-issues:
- name: todo-issue-checks

scheduled-fpp:
when:
equal: [ build_four_hours, <<pipeline.schedule.name>> ]
Expand Down

0 comments on commit c8a7b7e

Please sign in to comment.