Skip to content

Commit

Permalink
Undo some debugging
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 f603173 commit 73ce856
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ jobs:
if: |
(needs.Import-commit-pragmas.outputs.run-gha == 'true' ||
inputs.RUN_GHA == 'true' ||
github.event_name == 'workflow_dispatch')
github.event_name == 'workflow_dispatch') &&
needs.Import-commit-pragmas.outputs.rpm-test-version == '' &&
(!contains(needs.Import-commit-pragmas.outputs.pr-repos,
'${{ inputs.NAME }}@'))
env:
# TODO -- this should be on stable, backedup storage, not /scratch
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit 73ce856

Please sign in to comment.