From c987a4bf03c04a25fd53172fdb06617dbb5350a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linas=20Vep=C5=A1tas?= Date: Wed, 27 Mar 2024 14:48:23 -0500 Subject: [PATCH] Disable the javascript unit tests Oops! Edited the wrong file! --- .github/workflows/bindings-js.yml | 4 +++- .github/workflows/main.yml | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bindings-js.yml b/.github/workflows/bindings-js.yml index 1623928430..ea1991ea46 100644 --- a/.github/workflows/bindings-js.yml +++ b/.github/workflows/bindings-js.yml @@ -1,5 +1,7 @@ name: bindings/js CI -on: [push, pull_request] + +# Disable. It's failing, its pointless +# on: [push, pull_request] jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5d9f8cce0..cb67092950 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,10 @@ name: Main link-grammar CI -#on: -# push: -# branches: [ master ] -# pull_request: -# branches: [ master ] +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: build: