From 439cf8431bc0637f4f1662fbb8dfdb7b0446cf8b Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Sat, 3 Dec 2022 00:43:36 -0800 Subject: [PATCH] ci(actions): fix bump swc_core action --- .github/workflows/bump-swc_core.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bump-swc_core.yml b/.github/workflows/bump-swc_core.yml index 1b4d356b4..41d99006a 100644 --- a/.github/workflows/bump-swc_core.yml +++ b/.github/workflows/bump-swc_core.yml @@ -1,9 +1,10 @@ name: Bump up swc_core - on: - schedule: - # two times daily, at 12:00 and 06:00 - - cron: '0 0 * * *' - - cron: '0 6 * * *' + +on: + schedule: + # two times daily, at 12:00 and 06:00 + - cron: '0 0 * * *' + - cron: '0 6 * * *' jobs: upgrade-swc-core: