feat: update console and helm-charts submodule (#1355)
* feat: update submodule Signed-off-by: Gaius <gaius.qi@gmail.com> * feat: update submodule Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
58897697bd
commit
085b4375aa
|
|
@ -1,28 +0,0 @@
|
|||
name: Check Size
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, release-* ]
|
||||
pull_request:
|
||||
branches: [ main, release-* ]
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.17
|
||||
|
||||
jobs:
|
||||
check_size:
|
||||
name: Check Size
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Check large files
|
||||
uses: actionsdesk/lfs-warning@v3.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
filesizelimit: "524288"
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 197720ee09986e78f8ec3c8ee651125c86c55ed7
|
||||
Subproject commit 6e77714d34a874ae4b60cc667d1e0307eda0026a
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit bb9e98344779d1ca6f5ae989c48f9a25cb5c10e8
|
||||
Subproject commit 717e65c674dabc7be6e02266335188599cfbe828
|
||||
Loading…
Reference in New Issue