Skip to content

Commit

Permalink
ci: release no test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Mar 15, 2023
1 parent 3d28dec commit 3e97e97
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/python-release-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,25 @@ on:
description: 'Version to release. Should be aligned with dbt-core.'

jobs:
integration-tests:
uses: ./.github/workflows/integration-tests.yml
secrets:
FIREBOLT_USERNAME_DEV: ${{ secrets.FIREBOLT_USERNAME_DEV }}
FIREBOLT_PASSWORD_DEV: ${{ secrets.FIREBOLT_PASSWORD_DEV }}
FIREBOLT_USERNAME_STAGING: ${{ secrets.FIREBOLT_USERNAME_STAGING }}
FIREBOLT_PASSWORD_STAGING: ${{ secrets.FIREBOLT_PASSWORD_STAGING }}
# integration-tests:
# uses: ./.github/workflows/integration-tests.yml
# secrets:
# FIREBOLT_USERNAME_DEV: ${{ secrets.FIREBOLT_USERNAME_DEV }}
# FIREBOLT_PASSWORD_DEV: ${{ secrets.FIREBOLT_PASSWORD_DEV }}
# FIREBOLT_USERNAME_STAGING: ${{ secrets.FIREBOLT_USERNAME_STAGING }}
# FIREBOLT_PASSWORD_STAGING: ${{ secrets.FIREBOLT_PASSWORD_STAGING }}

publish:
runs-on: ubuntu-latest
permissions:
contents: write
needs: integration-tests
# needs: integration-tests
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: main
token: ${{ secrets.RELEASE_PAT }}

- name: Apply Changie changelog
Expand Down

0 comments on commit 3e97e97

Please sign in to comment.