소스 검색

build(ci): run build packages after testing done (#1433)

Signed-off-by: Jiyong Huang <huangjy@emqx.io>

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
ngjaying 2 년 전
부모
커밋
0a3135909a
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 6
      .github/workflows/build_packages.yaml

+ 4 - 6
.github/workflows/build_packages.yaml

@@ -5,13 +5,11 @@ concurrency:
   cancel-in-progress: true
 
 on:
-  push:
-    tags:
-      - "*"
-  pull_request:
-  release:
+  workflow_run:
+    workflows: [ "Run fvt tests" ]
+    branches: [ main ]
     types:
-      - published
+      - completed
 
 jobs:
   build: