Skip to content

Commit

Permalink
Update publish.yml (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Jan 22, 2025
1 parent 54d916d commit 2081f07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ jobs:

generate-changelog:
needs: [unit-tests, integration-tests]
if: |
always() &&
(needs.integration-tests.result == 'skipped' || needs.integration-tests.result == 'success') &&
(needs.unit-tests.result == 'skipped' || needs.unit-tests.result == 'success')
uses: ./.github/workflows/_generate-changelog.yml
with:
package: ${{ inputs.package }}
merge: ${{ inputs.deploy-to == 'prod' }}
branch: ${{ inputs.branch }}
repository: ${{ github.repository }}
secrets: inherit

publish-internal:
Expand Down

0 comments on commit 2081f07

Please sign in to comment.