Skip to content

EY-4847 plukk opp manglende avslag statistikk #3091

EY-4847 plukk opp manglende avslag statistikk

EY-4847 plukk opp manglende avslag statistikk #3091

name: etterlatte-tilbakekreving
on:
workflow_dispatch: # Allow manually triggered workflow run
inputs:
deploy-prod:
description: 'Deploy til produksjon'
required: false
default: 'false'
type: choice
options:
- true
- false
push:
branches:
- main
paths:
- apps/etterlatte-tilbakekreving/**
- libs/saksbehandling-common/**
- libs/etterlatte-ktor/**
- libs/etterlatte-database/**
- libs/etterlatte-mq/**
- gradle/libs.versions.toml
- "!**/test/**"
pull_request:
branches:
- main
paths:
- apps/etterlatte-tilbakekreving/**
- "!apps/etterlatte-tilbakekreving/.nais/*"
- libs/saksbehandling-common/**
- libs/etterlatte-ktor/**
- libs/etterlatte-database/**
- libs/etterlatte-mq/**
- 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