Skip to content

Commit 4dbf332

Browse files
remove if: always()
1 parent 60a0028 commit 4dbf332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-ci-cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,10 @@ jobs:
516516
run: ls -la frontend/.lighthouseci
517517

518518
- name: Upload Ligthouse artifacts
519-
if: always()
520519
uses: actions/upload-artifact@v4
521520
with:
522521
name: lighthouse-reports
523-
path: .lighthouseci/*.html
522+
path: frontend/.lighthouseci/*.html
524523

525524
build-production-images:
526525
name: Build Production Images

0 commit comments

Comments
 (0)