From a79698653a7c7f4bd59f0a066d4024fad0b84d49 Mon Sep 17 00:00:00 2001 From: Benjamin Jacob Reji Date: Sun, 10 Jan 2021 13:05:50 +0400 Subject: [PATCH] Update update-extensions.yml --- .github/workflows/update-extensions.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/update-extensions.yml b/.github/workflows/update-extensions.yml index 00d8b6f..63a2b67 100644 --- a/.github/workflows/update-extensions.yml +++ b/.github/workflows/update-extensions.yml @@ -1,16 +1,16 @@ name: Update Extensions to their lastest version on: schedule: - # ┌───────────── minute (0 - 59) - # │ ┌───────────── hour (0 - 23) - # │ │ ┌───────────── day of the month (1 - 31) - # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) - # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) - # │ │ │ │ │ - # │ │ │ │ │ - # │ │ │ │ │ - # * * * * * - - cron: '*/0 0 * * *' + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ + # │ │ │ │ │ + # │ │ │ │ │ + # * * * * * + - cron: '0 0 * * *' push: branches: [ main ] pull_request: