Skip to content

Commit e4d4ae8

Browse files
authored
chore: run tests on actual commit not on merge commit (#2368)
1 parent 0dda6ec commit e4d4ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:
27+
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2728
fetch-depth: 0
2829

2930
- name: Setup Node.js

0 commit comments

Comments
 (0)