Przeglądaj źródła

chore(CI): update events that trigger workflows

zhanghongtong 4 lat temu
rodzic
commit
d825535d04

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

@@ -3,10 +3,6 @@ name: Cross build packages
 on:
   schedule:
     - cron:  '0 */6 * * *'
-  push:
-    tags:
-      - v*
-      - e*
   release:
     types:
       - published

+ 0 - 3
.github/workflows/run_cts_tests.yaml

@@ -5,9 +5,6 @@ on:
     tags:
       - v*
       - e*
-  release:
-    types:
-      - published
   pull_request:
 
 jobs:

+ 0 - 3
.github/workflows/run_fvt_tests.yaml

@@ -5,9 +5,6 @@ on:
     tags:
       - v*
       - e*
-  release:
-    types:
-      - published
   pull_request:
 
 jobs:

+ 0 - 3
.github/workflows/run_test_cases.yaml

@@ -5,9 +5,6 @@ on:
     tags:
       - v*
       - e*
-  release:
-    types:
-      - published
   pull_request:
 
 jobs: