We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab07b5 commit 8256525Copy full SHA for 8256525
1 file changed
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
ip: ${{ steps.get_ip.outputs.ip }}
76
task_list: ${{ steps.assign.outputs.task_list }}
77
max-parallel: ${{ steps.get_ip.outputs.max-parallel }}
78
- if: github.event.inputs.github_vm == 'false'
+ if: ${{ inputs.github_vm == false }}
79
steps:
80
- name: Checkout Codes
81
uses: actions/checkout@v5
@@ -543,7 +543,7 @@ jobs:
543
env:
544
RELEASE_MODE: 0
545
BUILD_CUDA_EXT: '0'
546
- if: github.event.inputs.github_vm == 'true'
+ if: ${{ inputs.github_vm == true }}
547
548
549
0 commit comments