Skip to content

Commit

Permalink
Merge pull request #6 from brocolidata/generate/v1.0.0
Browse files Browse the repository at this point in the history
add first debug in CD & remove job condition
  • Loading branch information
amirbtb authored Jan 3, 2023
2 parents 8af1146 + 6edaa77 commit ce6fbc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dbt_docs_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce6fbc8

Please sign in to comment.