Skip to content

Commit

Permalink
Fix #515
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Apr 26, 2024
1 parent 4f49159 commit 46a19d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_run:
branches: [ master ]
workflows: [Update version file]
types:
- completed

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def main(input_args):
components = []
for section in config.sections():
if section in ["general", "database", "mysql", "postgres",
"certificate", "letsencrypt"]:
"certificate", "letsencrypt", "backup"]:
continue
if (config.has_option(section, "enabled") and
not config.getboolean(section, "enabled")):
Expand Down

0 comments on commit 46a19d0

Please sign in to comment.