diff options
| author | seth <[email protected]> | 2023-08-18 20:11:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-19 04:33:09 -0400 |
| commit | 909212bfdc1ae3472a5cb03b0f10a195bbab1ac8 (patch) | |
| tree | e5f291ae13a8ed6bd3604ea1d486a190adc29a4e /.github/workflows | |
| parent | d2b1e1f9e599ece8f42a4850ee223759ba59ef7a (diff) | |
actions: disable workflows for hci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 6 | ||||
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 6 |
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: |
