File tree 2 files changed +3
-3
lines changed
src/felles/domene/stilling
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
deploy-til-dev :
46
46
name : Deploy til dev-gcp
47
47
needs : bygg-og-push-docker-image
48
- if : github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/janzz2 '
48
+ if : github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bruk-styrk08Nav-på-gamle-stillinger '
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ export const hentTittelFraStilling = (stilling: Stilling) => {
50
50
51
51
const janzz = stilling . categoryList ?. find ( ( { categoryType } ) => categoryType === 'JANZZ' ) ?. name ;
52
52
53
- const styrk = stilling . categoryList ?. find (
53
+ const styrk08Nav = stilling . categoryList ?. find (
54
54
( { categoryType } ) => categoryType === 'STYRK08NAV'
55
55
) ?. name ;
56
56
57
- return janzz ?? styrk ?? 'Stilling uten valgt jobbtittel' ;
57
+ return styrk08Nav ?? janzz ?? 'Stilling uten valgt jobbtittel' ;
58
58
} ;
59
59
60
60
export enum System {
You can’t perform that action at this time.
0 commit comments