File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 env :
3434 BUILD_TYPE : ${{ inputs.build-type }}
3535 ARCH : ${{ (inputs.host-platform == 'linux-64' && 'amd64') ||
36- (inputs.host-platform == 'linux-aarch64' && 'arm64') }}
36+ (inputs.host-platform == 'linux-aarch64' && 'arm64') }}
3737 outputs :
3838 MATRIX : ${{ steps.compute-matrix.outputs.MATRIX }}
3939 OLD_BRANCH : ${{ steps.compute-matrix.outputs.OLD_BRANCH }}
4040 steps :
4141 - name : Checkout ${{ github.event.repository.name }}
42- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
4444 - name : Validate Test Type
4545 run : |
9090 run : nvidia-smi
9191
9292 - name : Checkout ${{ github.event.repository.name }}
93- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
93+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494
9595 - name : Setup proxy cache
9696 uses : nv-gha-runners/setup-proxy-cache@main
You can’t perform that action at this time.
0 commit comments