From 2c0dbb0e3886660ecca1d5d69ec1e039cd3bffc0 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Mon, 9 Sep 2024 16:08:02 -0400 Subject: [PATCH] Debug Signed-off-by: Brian J. Murrell --- .github/workflows/rpm-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rpm-build.yml b/.github/workflows/rpm-build.yml index b44b896..884e7d7 100644 --- a/.github/workflows/rpm-build.yml +++ b/.github/workflows/rpm-build.yml @@ -163,6 +163,11 @@ jobs: # yamllint disable-line rule:line-length REPO_PATH: /scratch/job_repos/daos-stack/job/${{ inputs.NAME }}/job/PR-${{ github.event.pull_request.number }}/ steps: + - name: Show Create Symlinks Conditionals + run: | + echo "${{ needs.Import-commit-pragmas.outputs.run-gha }}" + echo "${{ inputs.RUN_GHA }}" + echo "${{ github.event_name }}" # do we actually need a checkout here? # - name: Checkout code # uses: actions/checkout@v4