Skip to content

Bump the backend group across 1 directory with 18 updates #2388

Bump the backend group across 1 directory with 18 updates

Bump the backend group across 1 directory with 18 updates #2388

name: etterlatte-trygdetid-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-trygdetid-kafka/**
- libs/saksbehandling-common/**
- libs/etterlatte-trygdetid-model/**
- libs/etterlatte-migrering-model/**
- libs/rapidsandrivers-extras/**
- gradle/libs.versions.toml
- "!**/test/**"
pull_request:
branches:
- main
paths:
- apps/etterlatte-trygdetid-kafka/**
- "!apps/etterlatte-trygdetid-kafka/.nais/*"
- libs/saksbehandling-common/**
- libs/etterlatte-trygdetid-model/**
- libs/etterlatte-migrering-model/**
- libs/rapidsandrivers-extras/**
- 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