Skip to content

Commit

Permalink
Fix the filters workflow (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Jan 29, 2025
1 parent bd329b8 commit ec443bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
unit-tests: ${{ steps.unit-tests.outputs.changes }}
integration-tests: ${{ steps.integration-tests.outputs.changes }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- id: changelog-entry-check
uses: dorny/paths-filter@v3
with:
Expand Down

0 comments on commit ec443bd

Please sign in to comment.