Skip to content

Commit

Permalink
fix: #1031 Fix SchemaSpy trigger in production deployment yaml (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Aug 21, 2024
1 parent 0dd7611 commit 2ac4146
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/dev_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ jobs:
tf_subcommand: apply
secrets:
licenceplate: ${{ secrets.LICENCEPLATE}}

data-model-update:
name: Generating Data Model
uses: ./.github/workflows/reusable_data_model_gen.yml

2 changes: 1 addition & 1 deletion .github/workflows/prod_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

data-model-update:
name: Generating Data Model
uses: ./.github/workflows/reusable-doc-gen.yml
uses: ./.github/workflows/reusable_data_model_gen.yml

0 comments on commit 2ac4146

Please sign in to comment.