Changes aren't applying during wmill sync push as expected.
$> wmill script generate-metadata --yes
...
No metadata to update
$> wmill sync push
...
~ flow f/flows/tally_registration.flow/flow.yaml
summary: ''
description: ''
...
required: []
visible_to_runner_only: false
ws_error_handler_muted: false
? Do you want to apply these 13 changes? (Y/n) › Yes
Applying changes to files ...
...
Done! All 13 changes pushed to the remote workspace k3-home named k3-home.
Then, if i run the same command again, without making any changes... i have more changes to apply... but they're the same (or overlapping?)
$> wmill sync push
...
~ flow f/flows/tally_registration.flow/flow.yaml
summary: ''
description: ''
...
required: []
visible_to_runner_only: false
ws_error_handler_muted: false
? Do you want to apply these 10 changes? (Y/n) › Yes
Applying changes to files ...
...
Done! All 10 changes pushed to the remote workspace k3-home named k3-home.
Note that time it was only 10... Now, if i keep running the same command over and over, it swaps between the 13 changes proposed and 10 changes proposed over and over infinitum.....
Where are the changes coming from? Why don't they seem to actually apply when i say yes?
Probably I'm just missing something obvious... or misunderstanding something.
Your advice is appreciated. Video reference attached.