File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 paths :
66 - " klass-api/**"
77 - " klass-shared/**"
8- - " .nais/**/klass-api.yaml"
8+ - " .nais/**/klass-api-search .yaml"
99 - " .github/workflows/klass-search.yaml"
1010
1111jobs :
@@ -36,12 +36,12 @@ jobs:
3636 id : changed-files
3737 uses : " nais/what-changed@main"
3838 with :
39- files : .nais/**/klass-api.yaml
39+ files : .nais/**/klass-api-search .yaml
4040 - name : Check for test config changes
4141 id : test-config-changed
4242 uses : " nais/what-changed@main"
4343 with :
44- files : .nais/test/klass-api.yaml
44+ files : .nais/test/klass-api-search .yaml
4545
4646 - name : Build with Maven
4747 if : steps.changed-files.outputs.changed != 'only-inputs' || github.event.inputs.cluster == 'test'
7575 - uses : nais/deploy/actions/deploy@v2
7676 env :
7777 CLUSTER : test
78- RESOURCE : .nais/test/klass-search.yaml
78+ RESOURCE : .nais/test/klass-api- search.yaml
7979 DEPLOY_SERVER : deploy.ssb.cloud.nais.io:443
8080 WORKLOAD_IMAGE : ${{ needs.build.outputs.image }}
8181 TELEMETRY : ${{ needs.build.outputs.telemetry }}
You can’t perform that action at this time.
0 commit comments