The GitHub Actions job "Tests" on airflow.git/breeze-run-answer has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
78ee56385d74b49ced40fce3f66af0d05d21a73d / Kaxil Naik <[email protected]>
Add `--answer` flag support to breeze run command

The breeze run command was missing the `@option_answer` decorator, preventing
users from bypassing interactive prompts when image rebuilds were required.
This caused the command to ignore `-y`/`-n`/`--answer` flags even though other
breeze commands supported them.

Added `@option_answer` decorator to enable non-interactive execution via:
- breeze run --answer y <command>
- breeze run -a n <command>
- ANSWER=y breeze run

Report URL: https://github.com/apache/airflow/actions/runs/18957563681

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to