From cafe0762aa1af1714783fb0528e151acd6705946 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 25 Feb 2022 19:50:58 +0530 Subject: [PATCH] fix(ci): reduce runners consumption - codesee (#45252) --- .github/workflows/codesee-diagram.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codesee-diagram.yml b/.github/workflows/codesee-diagram.yml index c32d105e76..b0f9f228be 100644 --- a/.github/workflows/codesee-diagram.yml +++ b/.github/workflows/codesee-diagram.yml @@ -1,9 +1,7 @@ on: - push: - paths-ignore: - - 'docs/**' - branches: - - main + workflow_dispatch: + schedule: + - cron: '25 0/12 * * *' # Build once every 12 hours, starting at 25 minutes past the hour (UTC) pull_request_target: paths-ignore: