summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-inputs.yaml6
-rw-r--r--.github/workflows/update-nixpkgs.yaml6
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml
index 59fed45..3103629 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 ccb04d3..81fbe9e 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: read-all