We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991c8c7 commit 273254aCopy full SHA for 273254a
.github/workflows/check-no-important-files-changed.yml
@@ -46,7 +46,7 @@ jobs:
46
);
47
if (match?.groups === undefined) {
48
console.log(`${filename}: skipped (can't invalidate test results)`);
49
- return false;
+ continue;
50
}
51
52
const { type, slug, path } = match.groups;
0 commit comments