Skip to content

Commit 24a2fe9

Browse files
committed
FIXME - test automatic PR creation
1 parent 35a61bd commit 24a2fe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# Sunday and Wednesday
66
- cron: '42 4 * * 0,3'
77
workflow_dispatch:
8+
push:
9+
pull_request:
810

911
jobs:
1012
update-deps-conservative:
@@ -19,7 +21,7 @@ jobs:
1921
extra_nix_config: |
2022
system-features = benchmark big-parallel kvm nixos-test uid-range
2123
- name: update lockfiles
22-
run: nix run '.#devshell' -- update-deps-conservative
24+
run: nix run '.#devshell' -- update-deps
2325
- name: create PR
2426
uses: peter-evans/create-pull-request@v5
2527
with:

0 commit comments

Comments
 (0)