Skip to content

Commit

Permalink
disable snapshot and pre snapshot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SevaZhukov committed Dec 8, 2023
1 parent 2c637ce commit 0730952
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0730952

Please sign in to comment.