Skip to content

Commit

Permalink
Explict == 'true'
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 10, 2024
1 parent e4bd7c6 commit 9b8127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
if: |
${{ (inputs.BRANCH != '' ||
needs.Import-commit-pragmas.outputs.run-gha == 'true' ||
inputs.RUN_GHA ||
inputs.RUN_GHA == 'true' ||
github.event_name == 'workflow_dispatch') &&
needs.Import-commit-pragmas.outputs.rpm-test-version == '' &&
true }}
Expand Down

0 comments on commit 9b8127c

Please sign in to comment.