From ec84dc7bbb3aad41427ab96a3481c423dab241ba Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 16 Sep 2024 11:39:21 -0700 Subject: [PATCH] fix: use correct ci syntax --- .github/workflows/pr-cleanup.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-cleanup.yml b/.github/workflows/pr-cleanup.yml index 89c5d6e478..bb959edc28 100644 --- a/.github/workflows/pr-cleanup.yml +++ b/.github/workflows/pr-cleanup.yml @@ -34,9 +34,7 @@ jobs: id: 'changed-files' uses: tj-actions/changed-files@v45 with: - since_last_remote_commit: true - files: | - ./site/**/* + files: site/** # delete Netlify comment if no site files changed - name: 'Site Files Changed'