We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31212d commit 009aab9Copy full SHA for 009aab9
.github/workflows/main.yml
@@ -48,12 +48,12 @@ jobs:
48
uses: ./.github/actions/build
49
50
- name: Java Import Check
51
- if: always()
+ if: ${{ always() && steps.build.conclusion == 'success' }}
52
id: sortimport
53
uses: ./.github/actions/sortimport
54
55
- name: Code Style Check
56
57
id: checkstyle
58
uses: ./.github/actions/checkstyle
59
0 commit comments