Skip to content

Commit a92b792

Browse files
authored
ci: disable nix-desktop workflow (anomalyco#11188)
1 parent cf5cf7b commit a92b792

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/nix-desktop.yml renamed to .github/workflows/nix-desktop.yml.disabled

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: nix-desktop
22

33
on:
4-
push:
5-
branches: [dev]
6-
paths:
7-
- "flake.nix"
8-
- "flake.lock"
9-
- "nix/**"
10-
- "packages/app/**"
11-
- "packages/desktop/**"
12-
- ".github/workflows/nix-desktop.yml"
134
pull_request:
145
paths:
156
- "flake.nix"

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: test
22

33
on:
4-
push:
5-
branches:
6-
- dev
74
pull_request:
85
workflow_dispatch:
96
jobs:
@@ -20,7 +17,6 @@ jobs:
2017
command: |
2118
git config --global user.email "bot@opencode.ai"
2219
git config --global user.name "opencode"
23-
bun turbo typecheck
2420
bun turbo test
2521
- name: windows
2622
host: windows-latest

0 commit comments

Comments
 (0)