Skip to content

Commit

Permalink
IGNITE-20466 Remove artifacts just after sonar scan
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov committed Jul 23, 2024
1 parent f20cae6 commit 64d00fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sonar-pr-from-fork-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ jobs:
SONAR_OPTS: "-XX:+UseG1GC -XX:InitialHeapSize=2g -XX:MaxHeapSize=6g -XX:+UseStringDeduplication"
JAVA_OPTS: "-XX:+UseG1GC -XX:InitialHeapSize=2g -XX:MaxHeapSize=6g -XX:+UseStringDeduplication"

- uses: geekyeggo/delete-artifact@v5
if: always()
with:
name: |
target-artifact
pr-event-artifact
failOnError: false

- uses: LouisBrunner/checks-action@v2.0.0
if: always()
with:
Expand Down

0 comments on commit 64d00fe

Please sign in to comment.