Skip to content

Commit

Permalink
Change id for blue green
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayra Peña authored and Mayra Peña committed Nov 11, 2024
1 parent f18a7bc commit c38de42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
- automate/*
- transform/*
- transform/**/*

push:
branches:
- main
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# Runs blue green with deferral
- name: Run blue / green deployment
if: ${{ steps.prod_manifest.outputs.manifest_found == 'true' }}
id: run-blue-green
id: run-blue-green-defer
run: "dbt-coves blue-green --defer"

- name: Drop orphaned relations in db that are no longer in dbt
Expand Down

0 comments on commit c38de42

Please sign in to comment.