From b22cd12bf41295099cfbcf1a997cf4996ddd4400 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Mon, 5 Jun 2023 22:52:53 +0200 Subject: [PATCH] Bad options behaviour #662 Removing auto scedule pull request for CVE updates --- .github/workflows/update_cve_and_docs.yml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 82b106e..d476138 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -5,8 +5,8 @@ name: CVE and Docs update # Controls when the workflow will run on: # Scheudle every sunday at 00:00 - schedule: - - cron: '0 0 * * 0' + #schedule: + # - cron: '0 0 * * 0' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index cd0f202..8b274e4 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,8 @@ __Usage:__ Using template model to customize your reporting file based on [Text: perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/tmp/mymodel.tmpl +__Important__: [Text::Template](https://metacpan.org/pod/Text::Template) module is mandatory for --reportfile and/or --template options because this module is needed to generate appropriated output based on a text template. + __Usage:__ Enable debugging information perl mysqltuner.pl --debug