Skip to content

Commit a318cf0

Browse files
fix: if condition
1 parent 011215b commit a318cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_k8_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
echo "WF_KUBE_MEMORY_LIMIT=$WF_KUBE_MEMORY_LIMIT" >> $GITHUB_ENV
154154
- name: Remove WF_KUBE_CPU_LIMIT when is null
155-
if: ${{inputs.WF_KUBE_CPU_LIMIT}} == 'null'
155+
if: ${{inputs.WF_KUBE_CPU_LIMIT == 'null'}}
156156
run: |
157157
echo WF_KUBE_CPU_LIMIT: ${{inputs.WF_KUBE_CPU_LIMIT}}
158158
sed -i '/KUBE_CPU_LIMIT/g' ./.kube/deployment-new.yaml

0 commit comments

Comments
 (0)