Skip to content

Commit a6caa85

Browse files
authored
Fix deploy_images.yml (#2892)
- supported automatic flow
1 parent e36ce5d commit a6caa85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
uses: ./.github/workflows/build_save-agent_reusable.yml
7070
with:
7171
branch: ${{ inputs.branch }}
72-
build-save-agent: ${{ inputs.backend || inputs.sandbox }}
73-
build-save-demo-agent: ${{ inputs.demo }}
72+
build-save-agent: ${{ github.event_name != 'workflow_dispatch' || inputs.backend || inputs.sandbox }}
73+
build-save-demo-agent: ${{ github.event_name != 'workflow_dispatch' || inputs.demo }}
7474

7575
deploy_backend:
7676
name: save-backend

0 commit comments

Comments
 (0)