From 4194f315ce7b541c4bf314c2b9b8e420e971f8f9 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 1 Feb 2024 14:40:07 -0600 Subject: [PATCH] add some mroe debugging --- .github/workflows/ci_dbt_core_testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_dbt_core_testing.yml b/.github/workflows/ci_dbt_core_testing.yml index d738ee77..3c00f855 100644 --- a/.github/workflows/ci_dbt_core_testing.yml +++ b/.github/workflows/ci_dbt_core_testing.yml @@ -75,6 +75,8 @@ jobs: run: | echo "inputs.dbt-core-ref=${{ inputs.dbt-core-ref }}" echo "inputs.dbt-common-ref=${{ inputs.dbt-common-ref }}" + echo "event_name=${{ github.event_name }}" + echo "github.event.label.name=${{github.event.label.name}}" - name: "Determine dbt-core ref" id: core-ref