Restore info statement in GHA

This commit is contained in:
Luc Perkins 2024-05-16 15:05:45 -03:00
parent 1eb6003444
commit ab6bb9c47a
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -263,6 +263,10 @@ async fn main_cli() -> Result<()> {
tracing::info!("Native GitHub Action cache is enabled.");
Some(gha_cache)
} else {
if environment.is_github_actions() {
tracing::info!("Native GitHub Action cache is disabled.");
}
None
};