Remove temporary v17.7.2 patch workflow
This commit is contained in:
parent
f882ad2b1c
commit
57c4c19523
31
.github/workflows/v1772-patch.yml
vendored
31
.github/workflows/v1772-patch.yml
vendored
@ -1,31 +0,0 @@
|
|||||||
name: Caterium v17.7.2 patch
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- feat/v17-7-2-clients-foundation
|
|
||||||
paths:
|
|
||||||
- .github/workflows/v1772-patch.yml
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
jobs:
|
|
||||||
patch:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
ref: feat/v17-7-2-clients-foundation
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 22
|
|
||||||
- run: node ops/v1772-patch.mjs
|
|
||||||
- run: node ops/v1772-fix-tests.mjs
|
|
||||||
- run: npm install
|
|
||||||
- run: npm run check:deploy
|
|
||||||
- run: |
|
|
||||||
git config user.name "github-actions[bot]"
|
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
||||||
git add public package.json package-lock.json docs tests
|
|
||||||
git commit -m "Prepare Caterium v17.7.2 clients foundation"
|
|
||||||
git push origin HEAD:feat/v17-7-2-clients-foundation
|
|
||||||
# retry: PWA assertions aligned with v77
|
|
||||||
Loading…
Reference in New Issue
Block a user