From 643a99caff5e8c14e04163f303925f5e88c3df72 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Mon, 9 Sep 2024 15:57:52 -0400 Subject: [PATCH] Show Create Symlinks conditionals Signed-off-by: Brian J. Murrell --- .github/workflows/rpm-build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/rpm-build.yml b/.github/workflows/rpm-build.yml index 0ab88d9..b44b896 100644 --- a/.github/workflows/rpm-build.yml +++ b/.github/workflows/rpm-build.yml @@ -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.