Skip to content

EY-4669 Fjern alle requires med internfeilexception check #1960

EY-4669 Fjern alle requires med internfeilexception check

EY-4669 Fjern alle requires med internfeilexception check #1960

name: saksbehandling-common
on:
workflow_dispatch: # Allow manually triggered workflow run
push:
branches:
- main
paths:
- libs/saksbehandling-common/**
- gradle/libs.versions.toml
- settings.gradle.kts
- "!**/test/**"
pull_request:
branches:
- main
paths:
- libs/saksbehandling-common/**
- gradle/libs.versions.toml
- settings.gradle.kts
jobs:
test:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/.lib-test.yaml
secrets: inherit