Преглед на файлове

temporarily disable github runner benchmarks

Alex Cheema преди 3 месеца
родител
ревизия
09e12d8673
променени са 2 файла, в които са добавени 21 реда и са изтрити 21 реда
  1. 15 15
      .github/workflows/bench_job.yml
  2. 6 6
      .github/workflows/benchmarks.yml

+ 15 - 15
.github/workflows/bench_job.yml

@@ -1,21 +1,21 @@
 # This is the reusable workflow file
 name: Distributed Job Runner
 
-on:
-  workflow_call:
-    inputs:
-      config:
-        required: true
-        type: string
-      model:
-        required: true
-        type: string
-      calling_job_name:
-        required: true
-        type: string
-      network_interface:
-        required: true
-        type: string
+# on:
+#   workflow_call:
+#     inputs:
+#       config:
+#         required: true
+#         type: string
+#       model:
+#         required: true
+#         type: string
+#       calling_job_name:
+#         required: true
+#         type: string
+#       network_interface:
+#         required: true
+#         type: string
 jobs:
   generate-matrix:
     runs-on: ubuntu-latest

+ 6 - 6
.github/workflows/benchmarks.yml

@@ -1,11 +1,11 @@
 name: Build and Test
 
-on:
-  push:
-    branches: [ '*' ]
-    tags: [ '*' ]
-  pull_request:
-    branches: [ '*' ]
+# on:
+  # push:
+  #   branches: [ '*' ]
+  #   tags: [ '*' ]
+  # pull_request:
+  #   branches: [ '*' ]
 
 jobs:
   single-m4-pro: