Skip to content

Commit

Permalink
enable auto trigger on CGAP
Browse files Browse the repository at this point in the history
  • Loading branch information
KorayKirli committed Jun 25, 2020
1 parent 2824814 commit a13ef6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chalicelib/check_setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -1390,11 +1390,11 @@
"schedule": {
"hourly_checks": {
"cgap": {
"kwargs": {"primary": true},
"kwargs": {"primary": true, "queue_action": "prod"},
"dependencies": []
},
"cgapwolf": {
"kwargs": {"primary": true},
"kwargs": {"primary": true, "queue_action": "prod"},
"dependencies": []
}
}
Expand Down

0 comments on commit a13ef6f

Please sign in to comment.