diff options
| author | Smoke <[email protected]> | 2024-02-19 04:41:12 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-02-19 04:41:12 -1000 |
| commit | 8c689c3828ccb01a1f8ec6ff9cffb469cac93ff1 (patch) | |
| tree | 553f5c87f75aae592403a996f51520983e650c59 | |
| parent | aa0c46016145c16d34ed2421abb54ab9dbbb7730 (diff) | |
disable update-deps workflow cron
| -rw-r--r-- | .github/workflows/update-deps.yaml | 2 |
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: |
