Skip to content

Commit ee7c642

Browse files
committed
nix: do not repeatedly build large packages
1 parent 20da5a4 commit ee7c642

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/nix-large-packages.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,6 @@ on:
3333
type: boolean
3434
default: true
3535
required: false
36-
pull_request:
37-
branches:
38-
- master
39-
- main
40-
- actions
41-
- ci
42-
- x86_64-linux
43-
- aarch64-linux
44-
- "releases/*"
45-
paths:
46-
- "*.nix"
47-
- "**/*.nix"
48-
- "nix/**"
49-
- "flake.lock"
50-
push:
51-
branches:
52-
- master
53-
- main
54-
- actions
55-
- ci
56-
- x86_64-linux
57-
- aarch64-linux
58-
- "releases/*"
59-
paths:
60-
- "*.nix"
61-
- "**/*.nix"
62-
- "nix/**"
63-
- "flake.lock"
6436

6537
jobs:
6638
build:

0 commit comments

Comments
 (0)