Bad options behaviour #662

Removing auto scedule pull request for CVE updates
This commit is contained in:
Jean-Marie Renouard 2023-06-05 22:52:53 +02:00
parent 38041d3ecd
commit b22cd12bf4
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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