From: Georgi Gerganov Date: Thu, 8 Aug 2024 17:35:21 +0000 (+0300) Subject: ci : disable ruby workflow (#0) X-Git-Tag: upstream/1.7.4~501 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6eac06759b87b50132a01be019e9250a3ffc8969;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ci : disable ruby workflow (#0) --- diff --git a/.github/workflows/bindings-ruby.yml b/.github/workflows/bindings-ruby.yml deleted file mode 100644 index 902dfe6a..00000000 --- a/.github/workflows/bindings-ruby.yml +++ /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 index 00000000..1f36b79c --- /dev/null +++ b/.github/workflows/bindings-ruby.yml.disabled @@ -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