diff --git a/.github/workflows/conda_build.yml b/.github/workflows/conda_build.yml index e477ff442a..0e31a280c4 100644 --- a/.github/workflows/conda_build.yml +++ b/.github/workflows/conda_build.yml @@ -39,6 +39,7 @@ jobs: - name: Debug GitHub Ref run: | echo "GitHub ref is: $GITHUB_REF" + echo "GitHub head ref is: $GITHUB_HEAD_REF" - name: Configure Auto-Upload if: github.head_ref == 'refs/heads/fix_conda_build'