diff --git a/.github/workflows/test_changelog.yml b/.github/workflows/test_changelog.yml index b9948440f..2679713e2 100644 --- a/.github/workflows/test_changelog.yml +++ b/.github/workflows/test_changelog.yml @@ -52,3 +52,9 @@ jobs: - name: Validate main changelog if: steps.filter.outputs.main == 'true' run: ./build validate_changelog_main + - name: Save Git repository to cache + uses: actions/cache/save@v4 + if: success() || failure() + with: + path: .git/ + key: test-changelog-cache-git-${{ github.run_id }}