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: | 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