Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
7233f42889
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      .github/workflows/run_relup_tests.yaml

+ 7 - 7
.github/workflows/run_relup_tests.yaml

@@ -4,13 +4,13 @@ concurrency:
   group: relup-${{ github.event_name }}-${{ github.ref }}
   cancel-in-progress: true
 
-on:
-  push:
-    branches:
-      - '**'
-    tags:
-      - e*
-  pull_request:
+# on:
+#   push:
+#     branches:
+#       - '**'
+#     tags:
+#       - e*
+#   pull_request:
 
 jobs:
   relup_test_plan: