Skip to content

Commit

Permalink
Save git repository to cache in Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Nov 7, 2024
1 parent e8bbd63 commit eab67ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit eab67ed

Please sign in to comment.