From deab188317178a6d57cdaa7497ab47c89a055e80 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 23 Jan 2024 09:28:23 +0700 Subject: [PATCH] Restrict autobahn tests run to merged PR only --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0609e6..17c7345 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