Skip to content

Commit 76d8ced

Browse files
skarpovdevkpavlov
andauthored
Update .github/workflows/build.yml
Co-authored-by: Konstantin Pavlov <[email protected]>
1 parent 8c9e9e1 commit 76d8ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./gradlew --no-daemon conformance
6767

6868
- name: Upload Conformance Results
69-
if: always()
69+
if: ${{ !cancelled() }}
7070
uses: actions/upload-artifact@v5
7171
with:
7272
name: conformance-results

0 commit comments

Comments
 (0)