Skip to content

Commit fb9ce76

Browse files
cortinicofacebook-github-bot
authored andcommitted
Enable add-job-summary-as-pr-comment for failed jobs (#45479)
Summary: Pull Request resolved: #45479 This just prints a summary on PRs if the Gradle task fails so it's easier to jump directly to the failure. Changelog: [Internal] [Changed] - Enable add-job-summary-as-pr-comment for failed jobs Reviewed By: cipolleschi Differential Revision: D59812845 fbshipit-source-id: 2069a1c8db7d264ca1af3c1182fa443cb0a69646
1 parent c47b04b commit fb9ce76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-gradle/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ runs:
1717
cache-write-only: ${{ (github.ref == 'refs/heads/main' || contains(github.ref, '-stable')) && inputs.cache-read-only != 'true' }}
1818
# Temporarily disabling to try resolve a cache cleanup failure
1919
# gradle-home-cache-cleanup: true
20+
add-job-summary-as-pr-comment: on-failure

0 commit comments

Comments
 (0)