ci: fix workflows
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
run: npm run test-ci
|
||||
|
||||
- name: 'Report Coverage'
|
||||
if: always()
|
||||
if: (github.event_name == 'pull_request' && github.event.action != 'closed')
|
||||
uses: davelosert/vitest-coverage-report-action@v2
|
||||
|
||||
- name: Building Frontend
|
||||
|
||||
Reference in New Issue
Block a user