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