Skip to content

Commit

Permalink
Merge pull request #132 from robusta-dev/fix/onschedule-delay-repeat
Browse files Browse the repository at this point in the history
Updated repeat to run the custom playbook forever
  • Loading branch information
aantn authored Aug 23, 2023
2 parents 400c74b + a43fc5c commit 42f6e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ customPlaybooks:
- triggers:
- on_schedule:
fixed_delay_repeat:
repeat: 1 # number of times to run or -1 to run forever
repeat: -1 # number of times to run or -1 to run forever
seconds_delay: 604800 # 1 week
actions:
- krr_scan:
Expand Down

0 comments on commit 42f6e61

Please sign in to comment.