diff --git a/.github/workflows/clean-update-yarnlock.yml b/.github/workflows/clean-update-yarnlock.yml index 613ca15c78..4e32170fd6 100644 --- a/.github/workflows/clean-update-yarnlock.yml +++ b/.github/workflows/clean-update-yarnlock.yml @@ -3,7 +3,6 @@ name: clean & update yarn.lock on: schedule: - cron: '0 0 * * 6' # At 00:00 on Saturdays (UTC) - - cron: '5 * * * *' # For testing (UTC) jobs: clean-update-yarnlock: