Skip to content

Commit 8256525

Browse files
Update release.yml
1 parent 4ab07b5 commit 8256525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ip: ${{ steps.get_ip.outputs.ip }}
7676
task_list: ${{ steps.assign.outputs.task_list }}
7777
max-parallel: ${{ steps.get_ip.outputs.max-parallel }}
78-
if: github.event.inputs.github_vm == 'false'
78+
if: ${{ inputs.github_vm == false }}
7979
steps:
8080
- name: Checkout Codes
8181
uses: actions/checkout@v5
@@ -543,7 +543,7 @@ jobs:
543543
env:
544544
RELEASE_MODE: 0
545545
BUILD_CUDA_EXT: '0'
546-
if: github.event.inputs.github_vm == 'true'
546+
if: ${{ inputs.github_vm == true }}
547547
steps:
548548
- name: Checkout Codes
549549
uses: actions/checkout@v5

0 commit comments

Comments
 (0)