Skip to content

Commit

Permalink
fix: #1031 Disable SchemaSpy trigger in prod deployment for now (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Aug 21, 2024
1 parent 2ac4146 commit 3e80cc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dev_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ jobs:
secrets:
licenceplate: ${{ secrets.LICENCEPLATE}}

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

4 changes: 0 additions & 4 deletions .github/workflows/prod_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,3 @@ jobs:
tf_subcommand: apply
secrets:
licenceplate: ${{ secrets.LICENCEPLATE}}

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

0 comments on commit 3e80cc5

Please sign in to comment.