Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Sep 9, 2024
1 parent 643a99c commit 2c0dbb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c0dbb0

Please sign in to comment.