mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
ACS-8915 Fix pre-commit job (#1034)
* ACS-8915 Fix pre-commit job * ACS-8915 Fix pre-commit job
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user