diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0609e6f74..17c7345b31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: nimble test autobahn-test: - if: github.event_name == 'push' || github.event_name == 'pull_request' + if: github.event_name == 'push' # || github.event_name == 'pull_request' name: "Autobahn test suite" runs-on: ubuntu-20.04