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 2493fd8..819cb2a 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -1,9 +1,9 @@ name: update nixpkgs inputs on: - schedule: - # run daily at 0:00 utc - - cron: "0 0 * * *" + #schedule: + # # run daily at 0:00 utc + # - cron: "0 0 * * *" workflow_dispatch: permissions: |
