Skip to content

Commit

Permalink
Merge pull request #1113 from mrapp-ke/merge-feature
Browse files Browse the repository at this point in the history
Merge feature into main branch
  • Loading branch information
issue-api-tokens[bot] authored Nov 7, 2024
2 parents 66b8112 + 91cb2a9 commit 2bcc739
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 2bcc739

Please sign in to comment.