Skip to content

Commit fc846cb

Browse files
committed
Update ipv6-only job in ci.yml
1 parent 6361dfb commit fc846cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
permissions:
286286
contents: read
287287

288-
functional-ipv6-only-tests:
288+
ipv6-only-tests:
289289
name: Functional IPv6 Only Tests
290290
needs: [vars, build-oss]
291291
strategy:
@@ -296,7 +296,7 @@ jobs:
296296
[
297297
"${{ needs.vars.outputs.k8s_latest }}",
298298
]
299-
uses: ./.github/workflows/functional-ipv6-only.yml
299+
uses: ./.github/workflows/ipv6-only.yml
300300
with:
301301
image: ${{ matrix.image }}
302302
k8s-version: ${{ matrix.k8s-version }}

0 commit comments

Comments
 (0)