Skip to content

Commit

Permalink
ACS-8915 Fix pre-commit job (#1034)
Browse files Browse the repository at this point in the history
* ACS-8915 Fix pre-commit job

* ACS-8915 Fix pre-commit job
  • Loading branch information
damianujma authored Oct 28, 2024
1 parent dfc6d30 commit 39bc461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 39bc461

Please sign in to comment.