Skip to content

Commit

Permalink
Brackets needed around !
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 Jul 31, 2024
1 parent 5277968 commit 9d0b929
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 @@ -276,7 +276,7 @@ jobs:
# ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ inputs.BRANCH}}
- name: Debug UPDATE_PACKAGING
if: ! inputs.UPDATE_PACKAGING
if: (! inputs.UPDATE_PACKAGING)
run: echo "UPDATE_PACKAGING==${{ inputs.UPDATE_PACKAGING }}"
- name: Update packaging/ if requested
if: inputs.UPDATE_PACKAGING
Expand Down

0 comments on commit 9d0b929

Please sign in to comment.