Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed May 30, 2024
1 parent 4cc63a2 commit 25aeda8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25aeda8

Please sign in to comment.