Remove temporary v17.7.3 patch workflow

This commit is contained in:
pavlov346346-source 2026-09-09 12:05:50 +03:00
parent febfd62c4c
commit ffb0ac4050

View File

@ -1,29 +0,0 @@
name: Caterium v17.7.3 patch
on:
workflow_dispatch:
push:
branches: [feat/v17-7-3-clients-server-read]
paths:
- ops/v1773-patch.mjs
- .github/workflows/v1773-patch.yml
permissions:
contents: write
jobs:
patch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: feat/v17-7-3-clients-server-read
- uses: actions/setup-node@v4
with:
node-version: 22
- run: node ops/v1773-patch.mjs
- run: npm install
- name: Commit generated v17.7.3 files
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add package.json package-lock.json public docs ops/sql tests
git commit -m "Caterium v17.7.3 — clients server read" || exit 0
git push