Skip to content

Commit

Permalink
hotfix: remove changed files check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaRduTP committed Mar 14, 2024
1 parent 6d1643c commit 178c0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lab-autograding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
const allowedFiles = [
`lab${labNumber}/main_test.js`,
];
if (!changedFiles.every((file) => allowedFiles.includes(file))) {
core.setFailed('The PR contains changes to files other than the allowed files.');
}
// if (!changedFiles.every((file) => allowedFiles.includes(file))) {
// core.setFailed('The PR contains changes to files other than the allowed files.');
// }
return labNumber;
- name: Grading
run: |
Expand Down

0 comments on commit 178c0e0

Please sign in to comment.