Skip to content

Commit

Permalink
FIXME - test automatic PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeon committed Aug 6, 2023
1 parent 287c888 commit 5cac52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Sunday and Wednesday
- cron: '42 4 * * 0,3'
workflow_dispatch:
push:
pull_request:

jobs:
update-deps-conservative:
Expand All @@ -21,7 +23,7 @@ jobs:
extra_nix_config: |
system-features = benchmark big-parallel kvm nixos-test uid-range
- name: update lockfiles
run: nix run '.#devshell' -- update-deps-conservative
run: nix run '.#devshell' -- update-deps
- name: create PR
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 5cac52b

Please sign in to comment.