From 27b303da4181cfabd490fd1e361b06bee952bb16 Mon Sep 17 00:00:00 2001 From: Seungcheon Baek <5037955+0x64@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:22:38 +0900 Subject: [PATCH] Update 'update-copyright-years.yml' to change triggering date to Jan 4 for copyright update (#173) * Update update-copyright-years.yml Change the date of PR creation * Update update-copyright-years.yml Changed triggering date to Jan 4 --- .github/workflows/update-copyright-years.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-copyright-years.yml b/.github/workflows/update-copyright-years.yml index a4bc9728..99906b5d 100644 --- a/.github/workflows/update-copyright-years.yml +++ b/.github/workflows/update-copyright-years.yml @@ -2,7 +2,7 @@ name: Update copyright year(s) in license file on: schedule: - - cron: "10 8 12 1 *" + - cron: "0 0 4 1 *" jobs: run: