소스 검색

ci: run emqx app standalone tests only for pull requests

Zaiming (Stone) Shi 3 년 전
부모
커밋
edc6a6ab38
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      .github/workflows/run_emqx_app_tests.yaml

+ 0 - 6
.github/workflows/run_emqx_app_tests.yaml

@@ -5,12 +5,6 @@ name: Check emqx app standalone
 ## as an Erlang/Elixir app works standalone
 ## as an Erlang/Elixir app works standalone
 
 
 on:
 on:
-  push:
-    branches:
-      - '**'
-    tags:
-      - v*
-      - e*
   pull_request:
   pull_request:
 
 
 jobs:
 jobs: