Skip to content

Commit 42dc90b

Browse files
committed
Ignore cancelled builds
1 parent b24ea85 commit 42dc90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
run: ./mvnw -B pmd:aggregate-cpd pmd:cpd-check -P pmd -DskipTests -T2C
152152

153153
- name: Upload report
154-
if: always()
154+
if: ${{ !cancelled() }}
155155
uses: actions/upload-artifact@v7
156156
with:
157157
name: pmd-report

0 commit comments

Comments
 (0)