Skip to content

Commit

Permalink
chore: Always upload status logs in compat report CI (#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jul 11, 2024
1 parent f08adc3 commit b3f1ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compatibility-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# Upload generated artifacts for potential debugging purposes.
- uses: actions/upload-artifact@v4
if: always()
with:
name: status.log
path: status.log
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
# Upload generated artifacts for potential debugging purposes.
- uses: actions/upload-artifact@v4
if: always()
with:
name: docs-status.log
path: docs-status.log
Expand Down

0 comments on commit b3f1ee3

Please sign in to comment.