Skip to content

fix: 🐛 修复 variables 的值没有发生变化时也会重新请求的bug #81

fix: 🐛 修复 variables 的值没有发生变化时也会重新请求的bug

fix: 🐛 修复 variables 的值没有发生变化时也会重新请求的bug #81

Workflow file for this run

name: Gated
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: |
corepack enable
pnpm --version
- run: pnpm i --no-frozen-lockfile
- run: pnpm run --filter @kwai-explore/model build