Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 1, 2024
1 parent 4194f31 commit 3d2f461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
echo "inputs.dbt-common-ref=${{ inputs.dbt-common-ref }}"
echo "event_name=${{ github.event_name }}"
echo "github.event.label.name=${{github.event.label.name}}"
echo "test="${{ github.event_name != 'pull_request' }} && ${{ !contains(github.event.label.name, 'Skip Core Testing')}}
- name: "Determine dbt-core ref"
id: core-ref
Expand Down

0 comments on commit 3d2f461

Please sign in to comment.