From d7a3141a43ecfe85b2c6015f2de68543c811d878 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Tue, 19 Oct 2021 17:35:32 +0800 Subject: [PATCH] chore(CI): use tag of emqtt-bench in github actions --- .github/workflows/run_relup_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_relup_tests.yaml b/.github/workflows/run_relup_tests.yaml index 198b140ed..ca7b93064 100644 --- a/.github/workflows/run_relup_tests.yaml +++ b/.github/workflows/run_relup_tests.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v2 with: repository: emqx/emqtt-bench - ref: master + ref: 0.3.4 path: emqtt-bench - uses: actions/checkout@v2 with: