From 6c314c612cfc51fba8dce94ca5d51b5b28451bdf Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Fri, 22 Nov 2024 21:18:14 +0900 Subject: [PATCH] set schedule Signed-off-by: Yutaka Kondo --- .github/workflows/autoware-base.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoware-base.yaml b/.github/workflows/autoware-base.yaml index c4a3f2a89af..7b4dada05d7 100644 --- a/.github/workflows/autoware-base.yaml +++ b/.github/workflows/autoware-base.yaml @@ -1,10 +1,8 @@ name: autoware-base on: - push: - branches: - - main - tags: + schedule: + - cron: 0 0 15 * * # every 15th of the month workflow_dispatch: jobs: