Skip to content

Commit 1d0bf94

Browse files
authored
fix(ci): no checkout before paths-filter (#6861)
1 parent 825454e commit 1d0bf94

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docs-required-override.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
outputs:
3535
changesFound: ${{ steps.filter.outputs.changesFound }}
3636
steps:
37-
- uses: actions/checkout@v6
3837
- uses: dorny/paths-filter@v4
3938
id: filter
4039
with:
@@ -48,7 +47,6 @@ jobs:
4847
outputs:
4948
otherChangesFound: ${{ steps.filter.outputs.otherChangesFound }}
5049
steps:
51-
- uses: actions/checkout@v6
5250
- uses: dorny/paths-filter@v4
5351
id: filter
5452
with:

0 commit comments

Comments
 (0)