This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit c6074b4c8622518608e11164e94856d99a2e7cb7 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Oct 13 12:52:34 2022 +0200 (chores) ci: fixed not generating checkstyle summary on success --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 38c1109efcb..776a04460bf 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -60,7 +60,7 @@ jobs: echo ":x: Checkstyle failed" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - name: Generate successful checkstyle summary - if: failure() + if: success() run: | echo ":white_check_mark: Checkstyle passed" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY
