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 @@ -210,7 +210,7 @@ jobs:
210210 CUDA_IMAGE : ${{ needs.metadata.outputs.CUDA_IMAGE }}
211211 MANIFEST_ARTIFACT_NAME : ${{ needs.metadata.outputs.MANIFEST_ARTIFACT_NAME }}
212212 SOURCE_URLREFS : ${{ needs.bump-manifest.outputs.SOURCE_URLREFS }}
213- MODE : " axlearn " # ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
213+ MODE : ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
214214 secrets : inherit
215215
216216 arm64 :
@@ -222,7 +222,7 @@ jobs:
222222 CUDA_IMAGE : ${{ needs.metadata.outputs.CUDA_IMAGE }}
223223 MANIFEST_ARTIFACT_NAME : ${{ needs.metadata.outputs.MANIFEST_ARTIFACT_NAME }}
224224 SOURCE_URLREFS : ${{ needs.bump-manifest.outputs.SOURCE_URLREFS }}
225- MODE : " axlearn " # ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
225+ MODE : ${{ github.event_name == 'workflow_dispatch' && inputs.MODE || 'full' }}
226226 secrets : inherit
227227
228228 # Only merge if everything succeeds
You can’t perform that action at this time.
0 commit comments