File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 CUDA_IMAGE : ${{ needs.metadata.outputs.CUDA_IMAGE }}
210210 MANIFEST_ARTIFACT_NAME : ${{ needs.metadata.outputs.MANIFEST_ARTIFACT_NAME }}
211211 SOURCE_URLREFS : ${{ needs.bump-manifest.outputs.SOURCE_URLREFS }}
212- MODE : ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
212+ MODE : " axlearn " # ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
213213 secrets : inherit
214214
215215 arm64 :
@@ -221,7 +221,7 @@ jobs:
221221 CUDA_IMAGE : ${{ needs.metadata.outputs.CUDA_IMAGE }}
222222 MANIFEST_ARTIFACT_NAME : ${{ needs.metadata.outputs.MANIFEST_ARTIFACT_NAME }}
223223 SOURCE_URLREFS : ${{ needs.bump-manifest.outputs.SOURCE_URLREFS }}
224- MODE : ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
224+ MODE : " axlearn " # ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
225225 secrets : inherit
226226
227227 # Only merge if everything succeeds
You can’t perform that action at this time.
0 commit comments