Skip to content

Commit 903f8eb

Browse files
committed
dev change
1 parent b3e023b commit 903f8eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-automation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ jobs:
191191
if: needs.update-automation.outputs.staging-branch != ''
192192
permissions:
193193
contents: write
194-
timeout-minutes: 100
195194
strategy:
196-
fail-fast: false
197195
matrix:
198196
target: [code-editor-sagemaker-server]
199197
steps:
@@ -228,7 +226,7 @@ jobs:
228226
cd code-editor-src
229227
npm install
230228
cd ..
231-
229+
export DISABLE_MANGLE=true
232230
./scripts/build-artifacts.sh "$TARGET"
233231
234232
echo "Built target: $TARGET"

0 commit comments

Comments
 (0)