fix: var compare error(yet another stupid mistake) (#2122)

This commit is contained in:
zyy17
2023-08-08 17:39:53 +08:00
committed by GitHub
parent f1f8a1d3a9
commit 815a6d2d61

View File

@@ -76,7 +76,7 @@ runs:
- name: Build greptime on centos base image
uses: ./.github/actions/build-greptime-binary
if: ${{ inputs.arch == 'amd64' && inputs.dev-mode = 'false' }} # Only build centos7 base image for amd64.
if: ${{ inputs.arch == 'amd64' && inputs.dev-mode == 'false' }} # Only build centos7 base image for amd64.
with:
base-image: centos
features: servers/dashboard