HASH 253d6e5b8194
DATE 2025-11-24
SUBJECT ci: disable
FILES 1 CHANGED
HASH 253d6e5b8194
DATE 2025-11-24
SUBJECT ci: disable
FILES 1 CHANGED
┌─ .github/workflows/vercel-build-deploy-prod.yml ───────────────────────────┐
│ diff --git a/.github/workflows/vercel-build-deploy-prod.yml b/.github/workflows/ve │
│ rcel-build-deploy-prod.yml │
│ index 8410ea3..0f2536a 100644 │
│ --- a/.github/workflows/vercel-build-deploy-prod.yml │
│ +++ b/.github/workflows/vercel-build-deploy-prod.yml │
│ @@ -4,8 +4,8 @@ env: │
│ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} │
│ on: │
│ workflow_dispatch: │
│ - schedule: │
│ - - cron: "0 */2 * * *" │
│ + # schedule: │
│ + # - cron: "0 */2 * * *" │
│ │
│ permissions: │
│ contents: read │
│ @@ -62,8 +62,8 @@ jobs: │
│ - name: Setup Node.js │
│ uses: actions/setup-node@v4 │
│ with: │
│ - node-version: '22' │
│ - cache: 'npm' │
│ + node-version: "22" │
│ + cache: "npm" │
│ cache-dependency-path: web/package-lock.json │
│ │
│ - name: Install web dependencies │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .../vercel-build-deploy-prod.yml ───┐
│ diff --git a/.github/workflows/vercel-build- │
│ deploy-prod.yml b/.github/workflows/vercel-b │
│ uild-deploy-prod.yml │
│ index 8410ea3..0f2536a 100644 │
│ --- a/.github/workflows/vercel-build-deploy- │
│ prod.yml │
│ +++ b/.github/workflows/vercel-build-deploy- │
│ prod.yml │
│ @@ -4,8 +4,8 @@ env: │
│ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PRO │
│ JECT_ID }} │
│ on: │
│ workflow_dispatch: │
│ - schedule: │
│ - - cron: "0 */2 * * *" │
│ + # schedule: │
│ + # - cron: "0 */2 * * *" │
│ │
│ permissions: │
│ contents: read │
│ @@ -62,8 +62,8 @@ jobs: │
│ - name: Setup Node.js │
│ uses: actions/setup-node@v4 │
│ with: │
│ - node-version: '22' │
│ - cache: 'npm' │
│ + node-version: "22" │
│ + cache: "npm" │
│ cache-dependency-path: web/packag │
│ e-lock.json │
│ │
│ - name: Install web dependencies │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET