We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deploy_images.yml
1 parent e36ce5d commit a6caa85Copy full SHA for a6caa85
1 file changed
.github/workflows/deploy_images.yml
@@ -69,8 +69,8 @@ jobs:
69
uses: ./.github/workflows/build_save-agent_reusable.yml
70
with:
71
branch: ${{ inputs.branch }}
72
- build-save-agent: ${{ inputs.backend || inputs.sandbox }}
73
- build-save-demo-agent: ${{ inputs.demo }}
+ build-save-agent: ${{ github.event_name != 'workflow_dispatch' || inputs.backend || inputs.sandbox }}
+ build-save-demo-agent: ${{ github.event_name != 'workflow_dispatch' || inputs.demo }}
74
75
deploy_backend:
76
name: save-backend
0 commit comments