Skip to content

Commit

Permalink
enable ci for release/2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Yan <wangyan@vmware.com>
  • Loading branch information
wy65701436 committed Mar 23, 2021
1 parent cc866a5 commit 9142de9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Expand Up @@ -2,11 +2,7 @@ name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

Expand Down Expand Up @@ -34,7 +30,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get -q update
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python-minimal
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python2-minimal
cd /tmp && go get -u github.com/vbatts/git-validation
- name: Build
Expand Down

0 comments on commit 9142de9

Please sign in to comment.