mirror of https://github.com/certd/certd
chore: 1
parent
25ff6906c6
commit
01df4d0f1d
|
@ -40,7 +40,7 @@ jobs:
|
|||
# cache: 'npm'
|
||||
# working-directory: ./packages/ui/certd-client
|
||||
- run: |
|
||||
npm install -g pnpm
|
||||
npm install -g pnpm@8.15.7
|
||||
pnpm install
|
||||
npm run build
|
||||
working-directory: ./packages/ui/certd-client
|
||||
|
|
|
@ -4,10 +4,10 @@ on:
|
|||
branches: ['v2']
|
||||
paths:
|
||||
- "deploy.trigger"
|
||||
# workflow_run:
|
||||
# workflows: [ "build-image" ]
|
||||
# types:
|
||||
# - completed
|
||||
workflow_run:
|
||||
workflows: [ "build-image" ]
|
||||
types:
|
||||
- completed
|
||||
|
||||
# schedule:
|
||||
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
||||
|
|
Loading…
Reference in New Issue