Skip to content

Bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 in the micrometer group #1805

Bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 in the micrometer group

Bump io.micrometer:micrometer-registry-prometheus from 1.13.6 to 1.14.1 in the micrometer group #1805

name: etterlatte-testdata
on:
workflow_dispatch:
push:
branches:
- main
paths:
- apps/etterlatte-testdata/**
- libs/etterlatte-omregning-model/**
- libs/etterlatte-ktor/**
- gradle/libs.versions.toml
- "!**/test/**"
pull_request:
branches:
- main
paths:
- apps/etterlatte-testdata/**
- libs/etterlatte-omregning-model/**
- "!apps/etterlatte-testdata/.nais/*"
- libs/etterlatte-ktor/**
- gradle/libs.versions.toml
permissions:
contents: write
id-token: write
jobs:
test:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/.test.yaml
secrets: inherit
build-and-deploy:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/.build-and-deploy.yaml
secrets: inherit