Skip to content

Commit 273254a

Browse files
Fix check no important files
1 parent 991c8c7 commit 273254a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-no-important-files-changed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
);
4747
if (match?.groups === undefined) {
4848
console.log(`${filename}: skipped (can't invalidate test results)`);
49-
return false;
49+
continue;
5050
}
5151
5252
const { type, slug, path } = match.groups;

0 commit comments

Comments
 (0)