diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8f722a..c49dc52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: branches: [ master ] pull_request: branches: [ master ] - path: - - 'sonic-mgmt/sdn_tests/**' + # path: + # - 'sonic-mgmt/sdn_tests/**' jobs: build: diff --git a/sonic-mgmt/test.py b/sonic-mgmt/test.py new file mode 100644 index 0000000..18ccd5b --- /dev/null +++ b/sonic-mgmt/test.py @@ -0,0 +1 @@ +print("testing from sonic-mgmt")