summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-18 20:11:30 -0400
committerseth <[email protected]>2023-08-19 04:33:09 -0400
commit909212bfdc1ae3472a5cb03b0f10a195bbab1ac8 (patch)
treee5f291ae13a8ed6bd3604ea1d486a190adc29a4e
parentd2b1e1f9e599ece8f42a4850ee223759ba59ef7a (diff)
actions: disable workflows for hci
-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 48535a7..77b9409 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:
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: