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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 216ce8316 refactor: simplify `bindings_python.yml` (#3837)
216ce8316 is described below

commit 216ce83164a46285745affee0b9e2e65ef4fe2bc
Author: messense <[email protected]>
AuthorDate: Thu Dec 28 11:58:57 2023 +0800

    refactor: simplify `bindings_python.yml` (#3837)
---
 .github/workflows/bindings_python.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/bindings_python.yml 
b/.github/workflows/bindings_python.yml
index 87ae4b285..aef6c9665 100644
--- a/.github/workflows/bindings_python.yml
+++ b/.github/workflows/bindings_python.yml
@@ -19,15 +19,12 @@ name: Bindings Python CI
 
 on:
   push:
-    branches:
-      - main
     tags:
       - '*'
   pull_request:
     branches:
       - main
     paths:
-      - "bindings/python/**"
       - ".github/workflows/bindings_python.yml"
   workflow_dispatch:
 
@@ -42,7 +39,6 @@ jobs:
 
   sdist:
     runs-on: ubuntu-latest
-    if: "startsWith(github.ref, 'refs/tags/')"
     steps:
       - uses: actions/checkout@v4
       - uses: PyO3/maturin-action@v1
@@ -58,7 +54,6 @@ jobs:
 
   linux:
     runs-on: ubuntu-latest
-    if: "startsWith(github.ref, 'refs/tags/')"
     strategy:
       matrix:
         target: [x86_64, aarch64, armv7l]
@@ -82,7 +77,6 @@ jobs:
 
   windows:
     runs-on: windows-latest
-    if: "startsWith(github.ref, 'refs/tags/')"
     steps:
       - uses: actions/checkout@v4
       - uses: PyO3/maturin-action@v1
@@ -98,7 +92,6 @@ jobs:
 
   macos:
     runs-on: macos-latest
-    if: "startsWith(github.ref, 'refs/tags/')"
     steps:
       - uses: actions/checkout@v4
       - uses: PyO3/maturin-action@v1

Reply via email to