diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918a1b64..b0f7cf07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,9 @@ env: jobs: pre_commit: - if: !contains(github.event.head_commit.message, '[release]') runs-on: ubuntu-latest + if: > + !contains(github.event.head_commit.message, '[release]') outputs: java_version: ${{ env.JAVA_VERSION }} java_version_supported_by_repo: ${{ env.JAVA_VERSION_SUPPORTED_BY_REPO }}