Skip to content

Update io.prometheus:prometheus* to v1.6.1 (branch_9x) #22165

Update io.prometheus:prometheus* to v1.6.1 (branch_9x)

Update io.prometheus:prometheus* to v1.6.1 (branch_9x) #22165

name: Gradle Precommit
on:
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: gradle check
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ./.github/actions/prepare-for-build
- name: Run gradle check (without tests)
run: ./gradlew check -x test -Ptask.times=true --continue