We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a80c9a commit 17a4fa6Copy full SHA for 17a4fa6
xtask/src/changelog.rs
@@ -516,7 +516,7 @@ pub fn validate_changelog(
516
) -> cross::Result<()> {
517
let root = project_dir(msg_info)?;
518
let changes_dir = root.join(".changes");
519
- if files.is_empty() && std::env::var("GITHUB_ACTIONS").is_err() {
+ if files.is_empty() {
520
files = fs::read_dir(&changes_dir)?
521
.filter_map(|x| x.ok())
522
.filter(|x| x.file_type().map_or(false, |v| v.is_file()))
0 commit comments