From 5eca90fbe69162a9737eba86bba9dac97056e5ba Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 10 Feb 2024 13:08:11 +0900 Subject: [PATCH] ci: Update only twice a month --- .github/workflows/rebase-onto-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase-onto-upstream.yml b/.github/workflows/rebase-onto-upstream.yml index e80222781b7..90b3b53aa0f 100644 --- a/.github/workflows/rebase-onto-upstream.yml +++ b/.github/workflows/rebase-onto-upstream.yml @@ -3,7 +3,7 @@ name: Rebase onto upstream on: workflow_dispatch: schedule: - - cron: '0 8 * * 5' + - cron: '0 8 1,15 * *' jobs: push: