From 05574567e42e7ff18b3cf9c3d829fe9cd18a24ec Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Wed, 11 Sep 2024 20:15:19 +0530 Subject: [PATCH] revert workflow changes --- .github/workflows/dbt-docs-website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dbt-docs-website.yml b/.github/workflows/dbt-docs-website.yml index e1913a9..7e54b23 100644 --- a/.github/workflows/dbt-docs-website.yml +++ b/.github/workflows/dbt-docs-website.yml @@ -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 }} @@ -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