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-inputs.yaml | 6 +++--- .github/workflows/update-nixpkgs.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index 35b22d4..e68295b 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -1,9 +1,9 @@ name: update all inputs on: - #schedule: - # # run every saturday - # - cron: "0 0 * * 6" + schedule: + # run every saturday + - cron: "0 0 * * 6" workflow_dispatch: permissions: read-all 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