Skip to content

Commit

Permalink
Merge branch 'next' into finalizer-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Jul 12, 2021
2 parents d2781de + 815a74c commit 7fdab82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/1x-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: 1.x Integration Tests
on:
pull_request:
branches:
- 'main'
- 'next'
- '*'
push:
branches:
- '*'
- 'main'
- 'next'
tags:
- '1.*'
- 'v1.*'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/2x-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: 2.x Integration Tests
on:
pull_request:
branches:
- 'main'
- 'next'
- '*'
push:
branches:
- '*'
- 'main'
- 'next'
tags:
- '2.*'
- 'v2.*'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
# only for dev
DB?=false
RUN_VERSION?=20
KUBE_VERSION?=v1.20.2
KUBE_VERSION?=v1.20.7

PKG_LIST := ./...

Expand Down

0 comments on commit 7fdab82

Please sign in to comment.