diff --git a/.github/sync.yaml b/.github/sync.yaml index 6770f59..119532d 100644 --- a/.github/sync.yaml +++ b/.github/sync.yaml @@ -40,6 +40,7 @@ group: dest: .github/workflows/all-workflows.yaml template: schemas: test,test.one + check_postgres_logs: false config: tags: { variableStart: '<$', diff --git a/workflows/all-workflows.yaml b/workflows/all-workflows.yaml index 9db5631..5d5aa6e 100644 --- a/workflows/all-workflows.yaml +++ b/workflows/all-workflows.yaml @@ -34,4 +34,5 @@ jobs: # code-coverage creates data bases for the tests. Here you can specify the schemas you need for the workflow schemas: <$ schemas $> + check_postgres_logs: <$ check_postgres_logs | default(true) $> secrets: inherit