feat: skip breaking changes notification with env var (#659)

* feat: skip breaking changes notification with env var

* ci: apply that env in ci
This commit is contained in:
SteveLauC
2024-01-23 14:50:35 +08:00
committed by GitHub
parent f9a35c7661
commit f794329913
3 changed files with 20 additions and 5 deletions

View File

@@ -17,5 +17,5 @@ jobs:
CONFIG_PATH=~/.config/topgrade.toml;
if [ -f "$CONFIG_PATH" ]; then rm $CONFIG_PATH; fi
cargo build;
./target/debug/topgrade --dry-run --only system;
TOPGRADE_SKIP_BRKC_NOTIFY=true ./target/debug/topgrade --dry-run --only system;
stat $CONFIG_PATH;