Skip to content

Commit

Permalink
edit run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 1, 2024
1 parent 299c731 commit 5431980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_dbt_core_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ name: "Test Branches of dbt-core + dbt-common"
run-name: >-
if [[ ${{ github.event_name }} == "workflow_dispatch" or ${{ github.event_name }} == "workflow_call"]]; then
"Test dbt-core@${{ inputs.dbt-core-ref }} with dbt-common@${{ inputs.dbt-common-ref }}"
else
"Test dbt-core@main with dbt-common branch"
fi
on:
Expand Down

0 comments on commit 5431980

Please sign in to comment.