mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
4 lines
221 B
YAML
4 lines
221 B
YAML
- when: app.status.operationState != nil and app.status.operationState.phase in ['Running']
|
|
description: Application is being synced
|
|
send: [app-sync-running]
|
|
oncePer: app.status.operationState?.syncResult?.revision
|