Skip to content

Commit

Permalink
Merge pull request #1111 from mrapp-ke/workflow-save-to-cache
Browse files Browse the repository at this point in the history
Save git repository to cache in Github workflow
  • Loading branch information
michael-rapp authored Nov 7, 2024
2 parents e8bbd63 + eab67ed commit 7173272
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 7173272

Please sign in to comment.