Commit fc3d9567 authored by clabby's avatar clabby

Run TODO checker on a schedule

parent d6f6b462
......@@ -1179,7 +1179,6 @@ workflows:
- fuzz-op-chain-ops
- fuzz-cannon
- bedrock-markdown
- todo-issues
- go-lint:
name: op-batcher-lint
module: op-batcher
......@@ -1515,6 +1514,15 @@ workflows:
requires:
- hold
scheduled-todo-issues:
when:
equal: [ build_four_hours, <<pipeline.schedule.name>> ]
jobs:
- todo-issues:
name: todo-issue-checks
context:
- slack
scheduled-fpp:
when:
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