Skip to content

Commit b18094d

Browse files
committed
Rename, og forenkling av workflow
1 parent 0bda8a1 commit b18094d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-pull-request.yaml .github/workflows/build-branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Branch
1+
name: Build branch
22
on:
33
push:
44
branches-ignore:

.github/workflows/build-master.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build master
22
on:
33
push:
44
branches:
@@ -57,7 +57,6 @@ jobs:
5757
team: k9saksbehandling
5858

5959
deploy-dev:
60-
name: Deploy dev
6160
runs-on: ubuntu-latest
6261
needs: [ build, test ]
6362
environment: "dev-fss:k9saksbehandling"
@@ -74,7 +73,6 @@ jobs:
7473
VARS: nais/dev-fss.json
7574

7675
deploy-prod:
77-
name: Deploy prod
7876
runs-on: ubuntu-latest
7977
needs: [ build, test, deploy-dev ]
8078
environment: "prod-fss:k9saksbehandling"

0 commit comments

Comments
 (0)