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

milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new fef89186c remove unnecessary checkout step (#1487)
fef89186c is described below

commit fef89186cf11f1de8bd51b72f2bd8f1f3274e8a1
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Mar 3 12:05:11 2026 -0500

    remove unnecessary checkout step (#1487)
---
 .github/workflows/dev_pr.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index f5d4a6ffb..7adaaa965 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -33,8 +33,6 @@ jobs:
     name: Process
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected]
-
       - name: Assign GitHub labels
         if: |
           github.event_name == 'pull_request_target' &&


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

Reply via email to