Skip to content

Commit

Permalink
Fix syntax
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 97fe65a commit 5277968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ jobs:
repository: daos-stack/${{ inputs.PROJECT }}
# ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ inputs.BRANCH}}
if: ( ! inputs.UPDATE_PACKAGING )
- name: Debug 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 5277968

Please sign in to comment.