Skip to content

Commit

Permalink
Merge branch 'main' into er/remove-fire_event_if_test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Feb 6, 2024
2 parents 119e461 + feea903 commit c26758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if [[ -z "${{ inputs.dbt-common-ref }}" ]]; then
# these will be commits instead of branches
if [[ "${{ github.event_name }}" == "merge_group" ]]; then
REF=${{ github.event.pull_request.merge_commit_sha }}
REF=${{ github.event.merge_group.head_sha }}
else
REF=${{ github.event.pull_request.base.sha }}
fi
Expand Down

0 comments on commit c26758a

Please sign in to comment.