This commit is contained in:
Antoine Nguyen
2024-04-26 13:46:08 +02:00
parent 4f4915983e
commit 46a19d08e5
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_run:
branches: [ master ]
workflows: [Update version file]
types:
- completed
jobs:
test:

2
run.py
View File

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