Skip to content

Hvis omregning for inntektsendring feiler skal behandling flyttes til manuell prosesstype #1824

Hvis omregning for inntektsendring feiler skal behandling flyttes til manuell prosesstype

Hvis omregning for inntektsendring feiler skal behandling flyttes til manuell prosesstype #1824

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