Skip to content

Commit

Permalink
Merge branch 'main' of github.com:datacoves/datacoves_training into f…
Browse files Browse the repository at this point in the history
…eature/martyg-ba
  • Loading branch information
MartyG-BA committed Nov 21, 2024
2 parents 0c55d1c + b49caff commit e53a67c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
types:
- closed
push:
branches:
- main
paths:
Expand All @@ -30,7 +31,7 @@ jobs:
# Perform the deployment to Prod
build:
# Need to make sure that when the PR was closed, it was actually merged.
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'

name: Deployment Script
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion transform/models/L1_staging/country_data/_country_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sources:
- daily_run_airbyte
tables:
- name: COUNTRY_POPULATIONS
description: 'A country populations table.'
description: 'Raw population information from Github Datasets repository.'

0 comments on commit e53a67c

Please sign in to comment.