Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Jan 24, 2025
1 parent f52b6d2 commit 50dc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

integration-tests:
if: |
(inputs.package != 'dbt-adapters' && inputs.package != 'dbt-tests-adapter') ||
(inputs.package != 'dbt-adapters' && inputs.package != 'dbt-tests-adapter') &&
inputs.skip-integration-tests == false
uses: ./.github/workflows/_integration-tests.yml
with:
Expand Down

0 comments on commit 50dc2a2

Please sign in to comment.