mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +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:
parent
dfc6d30972
commit
39bc4613c4
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user