Skip to content

Commit

Permalink
Move stable tests to release branches
Browse files Browse the repository at this point in the history
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
  • Loading branch information
flacatus committed Jan 4, 2021
1 parent a622300 commit 44eb4ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/minikube-stable-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
#

name: Minikube
on: pull_request
on:
pull_request:
branches:
- 7.*
jobs:
minikube-e2e:
name: Testing stable versions updates
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/minishift-stable-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
#

name: Minishift
on: pull_request
on:
pull_request:
branches:
- 7.*
jobs:
minishift-update:
name: Testing stable versions updates
Expand Down

0 comments on commit 44eb4ac

Please sign in to comment.