Merging upstream version 25.24.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a52cca819a
commit
a43c78d8b5
75 changed files with 43236 additions and 41203 deletions
7
.github/workflows/python-publish.yml
vendored
7
.github/workflows/python-publish.yml
vendored
|
@ -15,10 +15,13 @@ jobs:
|
|||
deploy: ${{ steps.check_deploy.outputs.deploy }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- id: check_deploy
|
||||
run: |
|
||||
bash ./.github/workflows/should_deploy_sqlglotrs.sh
|
||||
if [ $? -eq 0 ]; then echo "deploy=true" >> $GITHUB_OUTPUT; fi
|
||||
bash ./.github/workflows/should_deploy_sqlglotrs.sh \
|
||||
&& echo "deploy=true" >> $GITHUB_OUTPUT \
|
||||
|| echo "deploy=false" >> $GITHUB_OUTPUT
|
||||
|
||||
build-rs:
|
||||
needs: should-deploy-rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue