We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065e04b commit bd2eabaCopy full SHA for bd2eaba
lib/context.ml
@@ -51,7 +51,7 @@ let hook_of_channel ctx channel_name =
51
contains pipeline `p`; returns `false` otherwise. *)
52
let is_pipeline_allowed ctx ~pipeline =
53
match ctx.config with
54
- | None -> false
+ | None -> true
55
| Some config ->
56
match config.status_rules.allowed_pipelines with
57
| Some allowed_pipelines when not @@ List.exists allowed_pipelines ~f:(String.equal pipeline) -> false
0 commit comments