From 0730952fa76e3913ac9d43be752a85dea422d6b0 Mon Sep 17 00:00:00 2001 From: SevaZhukov Date: Fri, 8 Dec 2023 17:50:16 +0700 Subject: [PATCH] disable snapshot and pre snapshot workflow --- .circleci/config.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c3c043bdfab..ea5a66baa9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -964,29 +964,29 @@ workflows: filters: branches: only: /^trigger-distribute-version-.*/ - weekly-snapshot-workflow: - # Run workflow every Friday at 23:59 UTC - triggers: - - schedule: - cron: "59 23 * * 5" - filters: - branches: - only: - - main - jobs: - - release-weekly-snapshot +# weekly-snapshot-workflow: +# # Run workflow every Friday at 23:59 UTC +# triggers: +# - schedule: +# cron: "59 23 * * 5" +# filters: +# branches: +# only: +# - main +# jobs: +# - release-weekly-snapshot weekly-snapshot-manual-workflow: when: << pipeline.parameters.weekly_snapshot >> jobs: - release-weekly-snapshot - pre-snapshot-workflow: - # Run workflow every Thursday at 23:59 UTC - triggers: - - schedule: - cron: "59 23 * * 4" - filters: - branches: - only: - - main - jobs: - - pre-snapshot-check +# pre-snapshot-workflow: +# # Run workflow every Thursday at 23:59 UTC +# triggers: +# - schedule: +# cron: "59 23 * * 4" +# filters: +# branches: +# only: +# - main +# jobs: +# - pre-snapshot-check