diff options
Diffstat (limited to '.github')
| -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: |
