From 25aeda869ed1c7ef42c136dcf02f43edddf2ce8d Mon Sep 17 00:00:00 2001 From: everpcpc Date: Thu, 30 May 2024 20:59:59 +0800 Subject: [PATCH] z --- .github/workflows/bindings.python.yml | 26 ++++++++++++++------------ .github/workflows/release.yml | 14 +++++++------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/.github/workflows/bindings.python.yml b/.github/workflows/bindings.python.yml index 1f756d2858e9a..440d33a236da0 100644 --- a/.github/workflows/bindings.python.yml +++ b/.github/workflows/bindings.python.yml @@ -1,18 +1,20 @@ name: Bindings Python on: - pull_request: - branches: - - main - paths: - - "src/**" - - ".github/workflows/bindings.python.yml" - workflow_call: - inputs: - tag: - description: Tag to release - required: true - type: string + ## uncomment it when bendpy is enabled + workflow_dispatch: + # pull_request: + # branches: + # - main + # paths: + # - "src/**" + # - ".github/workflows/bindings.python.yml" + # workflow_call: + # inputs: + # tag: + # description: Tag to release + # required: true + # type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a126569337d2..1188193006ce8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -651,13 +651,13 @@ jobs: with: name: test-sqlsmith - bindings_python: - if: inputs.stable - needs: create_release - uses: ./.github/workflows/bindings.python.yml - secrets: inherit - with: - tag: ${{ needs.create_release.outputs.version }} + # bindings_python: + # if: inputs.stable + # needs: create_release + # uses: ./.github/workflows/bindings.python.yml + # secrets: inherit + # with: + # tag: ${{ needs.create_release.outputs.version }} notify: runs-on: ubuntu-latest