other: move schema_gen script to scripts folder (#2183)

This commit is contained in:
Clement Tsang
2026-08-06 03:54:45 -04:00
committed by GitHub
parent 836ec5bf7f
commit a27a42f9f2
12 changed files with 13 additions and 16 deletions
-2
View File
@@ -79,8 +79,6 @@ jobs:
- name: Execute choco packaging script
run: |
# Do not include the tools folder
rm -rf tools/
python "./scripts/windows/choco/choco_packager.py" "./release/bottom_x86_64-pc-windows-msvc.zip" ${{ env.RELEASE_VERSION }} "./scripts/windows/choco/bottom.nuspec.template" "./scripts/windows/choco/chocolateyinstall.ps1.template" "bottom.nuspec" "tools/chocolateyinstall.ps1" "tools/"
zip -r choco.zip "bottom.nuspec" "tools"
+2 -2
View File
@@ -11,7 +11,7 @@ on:
paths:
- "schema/**"
- "scripts/schema/**"
- "tools/schema_gen/**"
- "scripts/schema_gen/**"
- ".github/workflows/validate_schema.yml"
- "Cargo.toml"
@@ -31,7 +31,7 @@ jobs:
uses: ClementTsang/skip-duplicate-actions@41b0a75f656d455934ffa6a46b779d8d996ac47c
with:
skip_after_successful_duplicate: "true"
paths: '["schema/**", "scripts/schema/**", ".github/actions/**", ".github/ci/**", ".github/workflows/validate_schema.yml", "tools/schema_gen/**", "Cargo.toml"]'
paths: '["schema/**", "scripts/schema/**", ".github/actions/**", ".github/ci/**", ".github/workflows/validate_schema.yml", "scripts/schema_gen/**", "Cargo.toml"]'
do_not_skip: '["workflow_dispatch"]'
test-build-documentation: