From 38179bc7b12cadec80aa352f1645b22c72462b0d Mon Sep 17 00:00:00 2001 From: Christine Kim Date: Thu, 23 Jan 2025 14:22:14 -0500 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1ecd465a..92edd74f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ release. ## [Unreleased] ### Added +- [TEST] Added changes for LTS workflow ### Changed @@ -44,6 +45,7 @@ release. - Fixed SpiceClient to handle redirect requests. - Fixed jigsaw to default OUTADJUSTMENTH5 option to false and allow this feature to run on read-only images [#5700](https://github.com/DOI-USGS/ISIS3/issues/5700) - Fixed Cube::fromIsd to add "LineScanTimes" table from HRSC isds [#5668](https://github.com/DOI-USGS/ISIS3/issues/5668) +- [TEST] Fixed changes for LTS workflow ## [9.0.0] - 09-25-2024 From 869b8be1ca22bdc3c9c29dda7ed9d39e9a0779be Mon Sep 17 00:00:00 2001 From: Christine Kim Date: Thu, 23 Jan 2025 14:37:32 -0500 Subject: [PATCH 2/2] Update lts branch --- .github/workflows/gitlab-lts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab-lts.yml b/.github/workflows/gitlab-lts.yml index f672cf92a9..97d05efa52 100644 --- a/.github/workflows/gitlab-lts.yml +++ b/.github/workflows/gitlab-lts.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 - name: Run script env: - LTS_VERSION: test_workflow_LTS # formatted as x.x.x_LTS + LTS_VERSION: test_workflow_1_LTS # formatted as x.x.x_LTS BASE_LTS: test_workflow GITHUB_SHA: ${{ secrets.GITHUB_SHA }} run: |