Skip to content

Commit da67ef0

Browse files
committed
update action v2
1 parent de7ad78 commit da67ef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-test-k8s.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
branches:
2323
- master
2424
- release-v2-dev
25+
- ci/k8s-1-18
2526
pull_request:
2627
branches:
2728
- master
@@ -37,7 +38,7 @@ jobs:
3738
runs-on: buildjet-2vcpu-ubuntu-1804
3839
steps:
3940
- name: Checkout
40-
uses: actions/checkout@v3
41+
uses: actions/checkout@v2
4142

4243
- name: Setup Go Env
4344
id: go

0 commit comments

Comments
 (0)