diff options
| author | Smoke <[email protected]> | 2024-02-19 04:52:30 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-02-19 04:52:30 -1000 |
| commit | a710dd5c693a1b3ff734dd16e389a5b9d9de6460 (patch) | |
| tree | f16ca292ccbd2ebc0087fd20c7f090d2e2e956fa | |
| parent | 73373c348b95aae81853f558e660f71a92e992c6 (diff) | |
completely disable workflow schedule
| -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 713efe0..3875789 100644 --- a/.github/workflows/update-deps.yaml +++ b/.github/workflows/update-deps.yaml @@ -4,7 +4,7 @@ env: on: workflow_dispatch: - schedule: +# schedule: # - cron: "0 14 * * 1" # 2pm cest, weekly on Monday jobs: |
