Commit fc3d9567 authored by clabby's avatar clabby

Run TODO checker on a schedule

parent d6f6b462
...@@ -1179,7 +1179,6 @@ workflows: ...@@ -1179,7 +1179,6 @@ workflows:
- fuzz-op-chain-ops - fuzz-op-chain-ops
- fuzz-cannon - fuzz-cannon
- bedrock-markdown - bedrock-markdown
- todo-issues
- go-lint: - go-lint:
name: op-batcher-lint name: op-batcher-lint
module: op-batcher module: op-batcher
...@@ -1515,6 +1514,15 @@ workflows: ...@@ -1515,6 +1514,15 @@ workflows:
requires: requires:
- hold - hold
scheduled-todo-issues:
when:
equal: [ build_four_hours, <<pipeline.schedule.name>> ]
jobs:
- todo-issues:
name: todo-issue-checks
context:
- slack
scheduled-fpp: scheduled-fpp:
when: when:
equal: [ build_four_hours, <<pipeline.schedule.name>> ] equal: [ build_four_hours, <<pipeline.schedule.name>> ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment