Skip to content

Commit 707f8fa

Browse files
committed
Disable nix-eval and other remaining push triggers
1 parent be36ed5 commit 707f8fa

3 files changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/docs-locale-sync.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: docs-locale-sync
22

33
on:
4-
push:
5-
branches:
6-
- dev
7-
paths:
8-
- packages/web/src/content/docs/*.mdx
4+
workflow_dispatch:
95

106
jobs:
117
sync-locales:

.github/workflows/nix-eval.yml

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

33
on:
4-
push:
5-
branches: [dev]
6-
pull_request:
7-
branches: [dev]
84
workflow_dispatch:
95

106
concurrency:

.github/workflows/nix-hashes.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ permissions:
55

66
on:
77
workflow_dispatch:
8-
push:
9-
branches: [dev, beta]
10-
paths:
11-
- "bun.lock"
12-
- "package.json"
13-
- "packages/*/package.json"
14-
- "flake.lock"
15-
- "nix/node_modules.nix"
168
- "nix/scripts/**"
179
- "patches/**"
1810
- ".github/workflows/nix-hashes.yml"

0 commit comments

Comments
 (0)