Skip to content

Commit

Permalink
Bad options behaviour #662
Browse files Browse the repository at this point in the history
Removing auto scedule pull request for CVE updates
  • Loading branch information
jmrenouard committed Jun 5, 2023
1 parent 38041d3 commit b22cd12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_cve_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b22cd12

Please sign in to comment.