Skip to content

Commit

Permalink
Disable auto-update on release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Apr 5, 2024
1 parent 49f48a8 commit 5be61ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5be61ec

Please sign in to comment.