Skip to content

Commit 0b97cf7

Browse files
[K8s] Ensure correct k8s workflow is run on patching job (#437)
1 parent 04fd262 commit 0b97cf7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/k8s-patch-os-jobs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ jobs:
123123
run-dotnet-k8s-test:
124124
if: ${{ inputs.LANGUAGE == 'dotnet' }}
125125
needs: create-k8s-on-ec2
126-
# TODO: Point to REAL K8s implementation after K8s Infra created.
127-
uses: ./.github/workflows/dummy-k8s-test.yml
126+
uses: ./.github/workflows/dotnet-k8s-test.yml
128127
secrets: inherit
129128
with:
130129
aws-region: 'us-east-1'
@@ -134,8 +133,7 @@ jobs:
134133
run-node-k8s-test:
135134
if: ${{ inputs.LANGUAGE == 'node' }}
136135
needs: create-k8s-on-ec2
137-
# TODO: Point to REAL K8s implementation after K8s Infra created.
138-
uses: ./.github/workflows/dummy-k8s-test.yml
136+
uses: ./.github/workflows/node-k8s-test.yml
139137
secrets: inherit
140138
with:
141139
aws-region: 'us-east-1'

0 commit comments

Comments
 (0)