Skip to content

Bump the backend group with 34 updates #417

Bump the backend group with 34 updates

Bump the backend group with 34 updates #417

name: etterlatte-brev-kafka
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-brev-kafka/**
- "!apps/etterlatte-brev-kafka/.nais/*"
- libs/saksbehandling-common/**
- libs/etterlatte-behandling-model/**
- libs/etterlatte-vedtaksvurdering-model/**
- libs/etterlatte-brev-model/**
- gradle/libs.versions.toml
pull_request:
branches:
- main
paths:
- apps/etterlatte-brev-kafka/**
- "!apps/etterlatte-brev-kafka/.nais/*"
- libs/saksbehandling-common/**
- libs/etterlatte-behandling-model/**
- libs/etterlatte-vedtaksvurdering-model/**
- libs/etterlatte-brev-model/**
- 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