mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: 退回默认的malloc
This commit is contained in:
16
.github/workflows/base-image-build.yml
vendored
16
.github/workflows/base-image-build.yml
vendored
@@ -1,14 +1,10 @@
|
||||
name: build-node-base-image
|
||||
on:
|
||||
push:
|
||||
branches: ['v2-dev']
|
||||
paths:
|
||||
- "scripts/build/Dockerfile"
|
||||
# workflow_run:
|
||||
# workflows: [ "deploy-demo" ]
|
||||
# types:
|
||||
# - completed
|
||||
|
||||
# 废弃,比默认的占用内存更多
|
||||
# on:
|
||||
# push:
|
||||
# branches: ['v2-dev']
|
||||
# paths:
|
||||
# - "scripts/build/Dockerfile"
|
||||
# schedule:
|
||||
# - # 国际时间 19:17 执行,北京时间3:17 ↙↙↙ 改成你想要每天自动执行的时间
|
||||
# - cron: '17 19 * * *'
|
||||
|
||||
Reference in New Issue
Block a user