chore(testnet): un-park tx-generator on this branch for Antithesis dispatch
Main parks tx-generator (43bf739/8c45f76/d78c7b1 in cardano-node-antithesis) so the cron run on main targets a tx-generator-free reference cluster. But Antithesis launches the cluster from compose AS-IS; passing '-f tx-generator.disabled.yaml' isn't an option through moog's launcher. So a 1h workflow_dispatch on this branch needs the service un-parked HERE — otherwise the Antithesis cluster has no daemon and the run is a no-op for our verification. Image points at the tag we pre-pushed earlier (tx-generator:8c53529, digest sha256:3c13a0f3...). When this PR merges, tx-generator becomes active on master again. If we want to keep main tx-generator-free, the merge should be staged with a follow-up commit that re-parks it after Antithesis verification.