Harmonize GitHub Actions settings

Closes gh-41463
This commit is contained in:
Stéphane Nicoll
2024-07-12 12:08:11 +02:00
parent f702230c12
commit f4b55a6f28
5 changed files with 18 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- 3.2.x
- '3.2.x'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
@@ -43,6 +43,7 @@ jobs:
uses: ./.github/actions/build
with:
java-version: ${{ matrix.java.version }}
java-distribution: ${{ matrix.java.distribution || 'liberica' }}
java-toolchain: ${{ matrix.java.toolchain }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
- name: Send Notification