Skip to content

Commit 734cb56

Browse files
committed
Merge branch 'main' into testbranch
2 parents dd2af7c + 60b41ac commit 734cb56

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/validatePackageChanges.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: navikt/sf-platform/.github/actions/checkForPackageChanges@8a76cf6726f88608113bd6cc313b4a6728ce476a
2626
id: checkChanges
2727

28-
buildAndPublish:
28+
validateChanges:
2929
name: Validate changes
3030
needs: checkChanges
3131
if: ${{ github.event_name == 'workflow_dispatch' || needs.checkChanges.outputs.hasSrcChanges == 'true' }}
@@ -63,12 +63,3 @@ jobs:
6363

6464
- name: Quick build
6565
uses: navikt/sf-platform/.github/actions/ciQuickBuild@f318a266c5a7add9c091f9d3480164fed8abfc08
66-
67-
- name: Upload artifacts and logs
68-
if: always()
69-
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@f318a266c5a7add9c091f9d3480164fed8abfc08
70-
with:
71-
artifactName: "build-artifacts"
72-
uploadArtifacts: true
73-
logName: "build-logs"
74-
publishLogs: true

0 commit comments

Comments
 (0)