]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : disable ruby workflow (#0)
authorGeorgi Gerganov <redacted>
Thu, 8 Aug 2024 17:35:21 +0000 (20:35 +0300)
committerGeorgi Gerganov <redacted>
Thu, 8 Aug 2024 19:48:46 +0000 (22:48 +0300)
.github/workflows/bindings-ruby.yml [deleted file]
.github/workflows/bindings-ruby.yml.disabled [new file with mode: 0644]

diff --git a/.github/workflows/bindings-ruby.yml b/.github/workflows/bindings-ruby.yml
deleted file mode 100644 (file)
index 902dfe6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Bindings Tests (Ruby)
-on:
-  push:
-    paths:
-      - bindings/ruby/**
-      - whisper.h
-  pull_request:
-    paths:
-      - bindings/ruby/**
-      - whisper.h
-
-jobs:
-  ubuntu-latest:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: ruby/setup-ruby@v1
-        with:
-          ruby-version: '3.0'
-      - uses: actions/checkout@v1
-      - run: |
-          cd bindings/ruby/ext
-          ruby extconf.rb && make
diff --git a/.github/workflows/bindings-ruby.yml.disabled b/.github/workflows/bindings-ruby.yml.disabled
new file mode 100644 (file)
index 0000000..1f36b79
--- /dev/null
@@ -0,0 +1,23 @@
+# TODO: fix this workflow file, disabled for now
+name: Bindings Tests (Ruby)
+on:
+  push:
+    paths:
+      - bindings/ruby/**
+      - whisper.h
+  pull_request:
+    paths:
+      - bindings/ruby/**
+      - whisper.h
+
+jobs:
+  ubuntu-latest:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: ruby/setup-ruby@v1
+        with:
+          ruby-version: '3.0'
+      - uses: actions/checkout@v1
+      - run: |
+          cd bindings/ruby/ext
+          ruby extconf.rb && make