Skip to content

Commit

Permalink
feat(all-workflows): Add check_postgres_logs to the jinja templates
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 4, 2024
1 parent 7f2190e commit 34fa5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ group:
dest: .github/workflows/all-workflows.yaml
template:
schemas: test,test.one
check_postgres_logs: false
config:
tags: {
variableStart: '<$',
Expand Down
1 change: 1 addition & 0 deletions workflows/all-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34fa5c1

Please sign in to comment.