Skip to content

Commit

Permalink
added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Oct 16, 2024
1 parent 6b03972 commit 9c52a86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/outside_contributor_dbt_v1.8.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ jobs:
if: ${{ always() }}
run: echo "${{ steps.dbt-build.outputs.result }}"
shell: bash

####### Post message to the PR with the status of each job (i.e. success or failure)
post_status_to_PR:
needs: [
Expand All @@ -782,7 +783,7 @@ jobs:
redshift_claims_prov_attribution_enabled,
snowflake_clinical_and_claims_enabled,
snowflake_claims_enabled,
snowflake_clinical_enabled
snowflake_clinical_enabled,
snowflake_claims_prov_attribution_enabled,
]
if: always()
Expand Down Expand Up @@ -829,7 +830,7 @@ jobs:
redshift_claims_prov_attribution_enabled,
snowflake_clinical_and_claims_enabled,
snowflake_claims_enabled,
snowflake_clinical_enabled
snowflake_clinical_enabled,
snowflake_claims_prov_attribution_enabled,
]
if: always()
Expand Down

0 comments on commit 9c52a86

Please sign in to comment.