aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-02-19 04:41:12 -1000
committerSmoke <[email protected]>2024-02-19 04:41:12 -1000
commit8c689c3828ccb01a1f8ec6ff9cffb469cac93ff1 (patch)
tree553f5c87f75aae592403a996f51520983e650c59
parentaa0c46016145c16d34ed2421abb54ab9dbbb7730 (diff)
disable update-deps workflow cron
-rw-r--r--.github/workflows/update-deps.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-deps.yaml b/.github/workflows/update-deps.yaml
index d53d59f..713efe0 100644
--- a/.github/workflows/update-deps.yaml
+++ b/.github/workflows/update-deps.yaml
@@ -5,7 +5,7 @@ env:
on:
workflow_dispatch:
schedule:
- - cron: "0 14 * * 1" # 2pm cest, weekly on Monday
+# - cron: "0 14 * * 1" # 2pm cest, weekly on Monday
jobs:
dep_update: