Skip to content

Commit

Permalink
interesting!
Browse files Browse the repository at this point in the history
it does need checkout if you externalize the filter

This reverts commit 6bedbe0.
  • Loading branch information
p2edwards committed Dec 2, 2024
1 parent c5e41f6 commit 6f64040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-latest
permissions: { pull-requests: read }
steps:
- if: github.event_name != 'pull_request'
uses: actions/checkout@v4
- uses: actions/checkout@v4
- id: filter
uses: dorny/paths-filter@v3
with: { filters: .github/filters.yml }
Expand Down

0 comments on commit 6f64040

Please sign in to comment.