Skip to content

Commit 1482ff7

Browse files
committed
Remove untracked file check from PR runs
1 parent 220c932 commit 1482ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
npm run all
3737
- name: Verify no untracked files and unstaged changes
38+
if: github.event_name != 'pull_request'
3839
run: |
3940
if [[ -n "$(git status --porcelain)" ]]; then
4041
echo ----------------------------------------

0 commit comments

Comments
 (0)