Skip to content

Suspend matching if plugin is not authorized

This originated from !37 (diffs).

By using the suspendMatching method we can disable the runner if it is not authorized. This is more efficient than handling it with a custom variable and we don't need to implement a custom logic if one already exists in the framework.

Edited by Alexander Lohnau

Merge request reports