From 11c56930ae4d75ecbdfd43610ab33efa4bcce01e Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 13:57:54 +0200 Subject: [PATCH] checkout on branch instead of master --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index f0c7ca64..68f9f471 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 with: - repository: waku-org/waku-interop-tests + repository: waku-org/waku-interop-tests@smoke_tests - uses: actions/setup-python@v4 with: