Skip to content

Commit

Permalink
fix(ci): make some final regression steps optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 29, 2025
1 parent cb09d9a commit b7a5860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,13 @@ jobs:
FAILED: ${{ contains(needs.*.result, 'failure') }}
steps:
- name: Download capture-artifacts
continue-on-error: true
uses: actions/download-artifact@v4
with:
name: capture-artifacts

- name: Display Markdown Summary
continue-on-error: true
run: |
ls -R
unzip capture-artifacts -d results
Expand Down

0 comments on commit b7a5860

Please sign in to comment.