This is an automated email from the ASF dual-hosted git repository.

blaginin pushed a commit to branch bash-push
in repository https://gitbox.apache.org/repos/asf/datafusion.git

commit 4742ca096cf8ec485433f59a3fa6d35ca8175e45
Author: blaginin <[email protected]>
AuthorDate: Sat Nov 8 17:40:23 2025 +0000

    Switch to `dorny/paths-filter`
---
 .github/workflows/rust.yml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 128edab89b..d7571c3371 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -40,18 +40,19 @@ jobs:
   check-files:
     runs-on: ubuntu-latest
     outputs:
-      should_skip: ${{ steps.changed-files.outputs.all == '' }}
+      should_skip: ${{ steps.filter.outputs.code == 'false' }}
     steps:
       - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8  # 
v5.0.0
-      - uses: Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c
-        id: changed-files
-        with:
-          filter: |
-            *
-            !**.md
-            !docs/**
-            !.github/ISSUE_TEMPLATE/**
-            !.github/pull_request_template.md
+      - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36  # 
v3.0.2
+        id: filter
+        with:
+          filters: |
+            code:
+              - '**'
+              - '!**.md'
+              - '!docs/**'
+              - '!.github/ISSUE_TEMPLATE/**'
+              - '!.github/pull_request_template.md'
 
   # Check crate compiles and base cargo check passes
   linux-build-lib:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to