瀏覽代碼

Merge pull request #13980 from id/20241011-ci-update-condition-in-perf-test-workflow

ci: update condition for downloading artifact in perf test workflow
Ivan Dyachkov 1 年之前
父節點
當前提交
070d23e737
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/performance_test.yaml

+ 1 - 1
.github/workflows/performance_test.yaml

@@ -58,7 +58,7 @@ jobs:
         python-version: '3.11'
     - run: pip install -r requirements.txt
     - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
-      if: github.event_name == 'workflow_call'
+      if: github.event_name != 'workflow_dispatch'
       with:
         pattern: "emqx-enterprise-ubuntu22.04-amd64-*"
     - name: Download emqx package