Skip to content

Commit

Permalink
Update all-workflows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte authored Nov 16, 2023
1 parent c6cc66a commit 3e7a63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# We pass information about the triggering event
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
main_branches: main,new_workflows

# code-coverage creates data bases for the tests. Here you can specify the schemas you need for the workflow
schema_creation: '"CREATE SCHEMA test_ds; CREATE SCHEMA not_test_ds;"'
Expand Down

0 comments on commit 3e7a63b

Please sign in to comment.