File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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' }}
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
You can’t perform that action at this time.
0 commit comments