From 6f640403991880b9e198b2434623cbbff76372b0 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sun, 1 Dec 2024 21:20:47 -0600 Subject: [PATCH] interesting! it does need checkout if you externalize the filter This reverts commit 6bedbe0b5b764cca13b0715a4e10d0c87ea340b3. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa6bbd51ee..0a51893b63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }