From 1184f854f406b939224c05bb88261dedcaea6129 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:52:21 +0200 Subject: [PATCH] Update tests.yml --- source/plugins/support/tests.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/plugins/support/tests.yml b/source/plugins/support/tests.yml index cac6f9e5..1158842b 100644 --- a/source/plugins/support/tests.yml +++ b/source/plugins/support/tests.yml @@ -1,5 +1,6 @@ -- name: Support plugin (default) - uses: lowlighter/metrics@latest - with: - token: MOCKED_TOKEN - plugin_support: yes \ No newline at end of file +# To comment out once #421 is solved +#- name: Support plugin (default) +# uses: lowlighter/metrics@latest +# with: +# token: MOCKED_TOKEN +# plugin_support: yes