EY-4769 sjekk for automatisk behandling av inntektsjustering fra selvbetjening #943
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: etterlatte-behandling-model | |
on: | |
workflow_dispatch: # Allow manually triggered workflow run | |
push: | |
branches: | |
- main | |
paths: | |
- libs/etterlatte-behandling-model/** | |
- gradle/libs.versions.toml | |
- "!**/test/**" | |
pull_request: | |
branches: | |
- main | |
paths: | |
- libs/etterlatte-behandling-model/** | |
- gradle/libs.versions.toml | |
jobs: | |
test: | |
if: github.event_name == 'pull_request' | |
uses: ./.github/workflows/.lib-test.yaml | |
secrets: inherit |