Skip to content

Commit 3b48a53

Browse files
Upload Gradle reports only on failures
1 parent 427066c commit 3b48a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
APP_WEBSITE_URL: https://www.fyreplace.example.org
5959

6060
- name: Store report
61-
if: ${{ always() }}
61+
if: ${{ failure() }}
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: Report

0 commit comments

Comments
 (0)