From 65b3e88fe02ac4a5955cf78e2fa3e13056a33fdb Mon Sep 17 00:00:00 2001 From: acampbel Date: Thu, 29 Feb 2024 16:53:28 -0500 Subject: [PATCH] Remove override --- .github/workflows/matlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matlab-ci.yml b/.github/workflows/matlab-ci.yml index 5ca1e04..d4ce701 100644 --- a/.github/workflows/matlab-ci.yml +++ b/.github/workflows/matlab-ci.yml @@ -10,8 +10,7 @@ on: env: PRODUCT_LIST: MATLAB MATLAB_Test MATLAB_Compiler MATLAB_Compiler_SDK - MLM_LICENSE_TOKEN: ${{secrets.MLM_LICENSE_TOKEN}} - MW_MATLAB_BATCH_URL_OVERRIDE: https://mw-ci-static-dev.s3.amazonaws.com/matlab-batch/v2/ # Not needed for production R2024a + # MLM_LICENSE_TOKEN: ${{secrets.MLM_LICENSE_TOKEN}} jobs: @@ -131,4 +130,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Mass-Spring-Damper Production Server Archive - path: results/ctf-archive + path: results/ctf-archive \ No newline at end of file