mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-04-23 22:30:28 +00:00
ACS-8920 Fix pre-commit for empty commits (#1035)
* ACS-8920 Test empty commit
* ACS-8920 Test empty commit
* ACS-8920 Test empty commit
* ACS-8920 Test empty commit
* ACS-8920 Pre-commit job should fail
* Revert "ACS-8920 Pre-commit job should fail"
This reverts commit 80516b76d4.
* ACS-8920 Test empty commit
* ACS-8920 Remove temporary condition
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -37,11 +37,6 @@ env:
|
||||
jobs:
|
||||
pre_commit:
|
||||
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 }}
|
||||
steps:
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.0.0
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user