Skip to content

Commit

Permalink
Show Create Symlinks conditionals
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 f50bb35 commit 643a99c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,17 @@ jobs:
commit_message: ${{ needs.Import-commit-message.outputs.dequoted-message }}
pragma: SKIP_BUILD

Show-Create-Symlinks-Conditionals:
name: Show Create Symlinks Conditionals
runs-on: [self-hosted, docker]
needs: [Import-commit-pragmas]
steps:
- name: Show Create Symlinks Conditionals
run: |
echo "${{ needs.Import-commit-pragmas.outputs.run-gha }}"
echo "${{ inputs.RUN_GHA }}"
echo "${{ github.event_name }}"
Create-symlinks:
# you might think this is an odd place to do this and it should be done as a result of the
# build and/or testing stages and ideally you'd be right.
Expand Down

0 comments on commit 643a99c

Please sign in to comment.