diff options
Diffstat (limited to '.github/workflows/update-nixpkgs.yaml')
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index 1e86fe6..bbe32db 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -1,9 +1,9 @@ name: update nixpkgs inputs on: - #schedule: - # # run every 2 days, sunday-friday - # - cron: "0 0 * * 0-5/2" + schedule: + # # run every 2 days, sunday-friday + - cron: "0 0 * * 0-5/2" workflow_dispatch: permissions: read-all |
