Przeglądaj źródła

ci: skip relup tests for now

Zaiming (Stone) Shi 3 lat temu
rodzic
commit
7233f42889
1 zmienionych plików z 7 dodań i 7 usunięć
  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 }}
   group: relup-${{ github.event_name }}-${{ github.ref }}
   cancel-in-progress: true
   cancel-in-progress: true
 
 
-on:
-  push:
-    branches:
-      - '**'
-    tags:
-      - e*
-  pull_request:
+# on:
+#   push:
+#     branches:
+#       - '**'
+#     tags:
+#       - e*
+#   pull_request:
 
 
 jobs:
 jobs:
   relup_test_plan:
   relup_test_plan: