diff options
| author | Aiden Cline <[email protected]> | 2025-12-10 09:57:34 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-10 09:57:34 -0600 |
| commit | 183a1a181c04ea175b630eb2a568966569d928b2 (patch) | |
| tree | 2784829865978aafc7e408de11e0d9f026cd10e9 /.github/workflows | |
| parent | bc7e7c2c4d7fc84d51d6c523749c0d2ff5bc1c9a (diff) | |
| download | opencode-183a1a181c04ea175b630eb2a568966569d928b2.tar.gz opencode-183a1a181c04ea175b630eb2a568966569d928b2.zip | |
ci: stop zed sync temporarily
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/sync-zed-extension.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml index 445adbc53..a504582c3 100644 --- a/.github/workflows/sync-zed-extension.yml +++ b/.github/workflows/sync-zed-extension.yml @@ -2,8 +2,8 @@ name: "sync-zed-extension" on: workflow_dispatch: - release: - types: [published] + # release: + # types: [published] jobs: zed: |
