Skip to content

Commit

Permalink
Fix check no important files
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 10, 2025
1 parent 991c8c7 commit 273254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-no-important-files-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
);
if (match?.groups === undefined) {
console.log(`${filename}: skipped (can't invalidate test results)`);
return false;
continue;
}
const { type, slug, path } = match.groups;
Expand Down

0 comments on commit 273254a

Please sign in to comment.