diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index ead408e5..aa0412ca 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -3,11 +3,11 @@ name: build system Image base on json config provided on: -# workflow_dispatch: - pull_request: - types: [opened, reopened] - branches: [main] - workflow_call: + workflow_dispatch: + # pull_request: + # types: [opened, reopened] + # branches: [main] + # workflow_call: # on: