Skip to content

Commit

Permalink
ci: Reduce publish job to daily (#14276)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper authored and maurelian committed Feb 11, 2025
1 parent fba6597 commit 2e48b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ workflows:
scheduled-docker-publish:
when:
or:
- equal: [build_hourly, <<pipeline.schedule.name>>]
- equal: [build_daily, <<pipeline.schedule.name>>]
# Trigger on manual triggers if explicitly requested
- equal: [true, << pipeline.parameters.docker_publish_dispatch >>]
jobs:
Expand Down

0 comments on commit 2e48b81

Please sign in to comment.