Skip to content

Commit

Permalink
revert workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Sep 11, 2024
1 parent 87264dd commit 0557456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dbt-docs-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: DBT Docs Generate and Upload to GCS
on:
push:
branches:
- patch/fix-ci
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}-{{ github.event_name }}
Expand Down Expand Up @@ -48,7 +48,6 @@ 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 0557456

Please sign in to comment.