ci: Checkout repo during change detection job

This commit is contained in:
Sirz Benjie 2025-09-26 15:25:53 -05:00
parent 4d7fe4e473
commit e3cbd26e97
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -19,6 +19,10 @@ jobs:
ci: ${{ steps.filter.outputs.ci }}
ghcr: ${{ steps.filter.outputs.ghcr }}
steps:
- if: ${{ github.event_name != 'pull_request' }}
uses: actions/checkout@v4
# Only checkout code if not a pull request
# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@v3
id: filter