From 6edaa77853633949350492a3be67629a6f5134bd Mon Sep 17 00:00:00 2001 From: Amir B Date: Tue, 3 Jan 2023 01:45:18 +0100 Subject: [PATCH] add first debug in CD & remove job condition --- .github/workflows/dbt_docs_CD.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dbt_docs_CD.yml b/.github/workflows/dbt_docs_CD.yml index 5a0502ad..6f3196c0 100644 --- a/.github/workflows/dbt_docs_CD.yml +++ b/.github/workflows/dbt_docs_CD.yml @@ -14,13 +14,16 @@ defaults: jobs: release_data_catalog: name: 'Release dbt-docs' - if: startsWith(github.base_ref, 'generate/v') + # if: startsWith(github.base_ref, 'generate/v') runs-on: ubuntu-latest steps: - name: 'Git Checkout' uses: actions/checkout@v3 + - name: 'First debug' + run: echo ${{ github.base_ref }} + - name: 'Split branch name' id: get_tag_version env: