From 5be61ec9f0a9977cf6ee50d468bce2b9643e6299 Mon Sep 17 00:00:00 2001 From: Andrew Helwer <2n8rn1w1f@mozmail.com> Date: Fri, 5 Apr 2024 08:41:45 -0400 Subject: [PATCH] Disable auto-update on release Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com> --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29eda4e..982cfd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,9 @@ name: Upgrade Dependencies on: workflow_dispatch: - repository_dispatch: - types: [tree-sitter-tlaplus-release] + # Currently updating breaks everything so disabling this + #repository_dispatch: + # types: [tree-sitter-tlaplus-release] jobs: update-ts-tla-wasm: name: Upgrade Dependencies