From a79353e90c5600c8d2baba970238dca5ee05772a Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 May 2023 11:07:37 -0400 Subject: actions: enable workflows --- .github/workflows/update-nixpkgs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/update-nixpkgs.yaml') 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 -- cgit v1.2.3