Bad options behaviour #662
Removing auto scedule pull request for CVE updates
This commit is contained in:
parent
38041d3ecd
commit
b22cd12bf4
2 changed files with 4 additions and 2 deletions
4
.github/workflows/update_cve_and_docs.yml
vendored
4
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue