ci: disable nix-desktop workflow (#11188)
This commit is contained in:
@@ -1,15 +1,6 @@
|
|||||||
name: nix-desktop
|
name: nix-desktop
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [dev]
|
|
||||||
paths:
|
|
||||||
- "flake.nix"
|
|
||||||
- "flake.lock"
|
|
||||||
- "nix/**"
|
|
||||||
- "packages/app/**"
|
|
||||||
- "packages/desktop/**"
|
|
||||||
- ".github/workflows/nix-desktop.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "flake.nix"
|
- "flake.nix"
|
||||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -1,9 +1,6 @@
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
@@ -20,7 +17,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
git config --global user.email "bot@opencode.ai"
|
git config --global user.email "bot@opencode.ai"
|
||||||
git config --global user.name "opencode"
|
git config --global user.name "opencode"
|
||||||
bun turbo typecheck
|
|
||||||
bun turbo test
|
bun turbo test
|
||||||
- name: windows
|
- name: windows
|
||||||
host: windows-latest
|
host: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user