ci: checkout code for filters to work with non-PRs

This commit is contained in:
Elliot DeNolf
2023-10-20 15:14:11 -04:00
parent ccc7c51c90
commit d4548d73d5

View File

@@ -15,6 +15,9 @@ jobs:
needs_build: ${{ steps.filter.outputs.needs_build }}
templates: ${{ steps.filter.outputs.templates }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 25
- uses: dorny/paths-filter@v2
id: filter
with: