Skip to content

Commit

Permalink
Merge pull request #20764 from gsmet/upload-gc-log-failure
Browse files Browse the repository at this point in the history
CI - Only upload the gc.log on failure
  • Loading branch information
famod authored Oct 14, 2021
2 parents 124cebd + 6779ce2 commit 9896767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ jobs:
retention-days: 2
- name: Upload gc.log
uses: actions/upload-artifact@v2
if: failure()
with:
name: "GC log - JDK ${{matrix.java.name}}"
path: |
Expand Down

0 comments on commit 9896767

Please sign in to comment.