Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Sep 11, 2024
1 parent 9ddbca0 commit 772d7fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dbt-docs-website.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: DBT Docs Generate and Upload to GCS

on:
push:
branches:
- master
on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}-{{ github.event_name }}
cancel-in-progress: true

env:
DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
dbt docs generate --select "stellar_dbt_public" --exclude "dbt_project_evaluator_exceptions"
- id: "upload-folder"
if: github.ref == "refs/heads/master"
uses: "google-github-actions/upload-cloud-storage@v2"
with:
process_gcloudignore: false
Expand Down

0 comments on commit 772d7fc

Please sign in to comment.