Skip to content

Commit

Permalink
Merge pull request #360 from cevich/only_after_merge
Browse files Browse the repository at this point in the history
[CI:DOCS] Stop tagging during cron runs
  • Loading branch information
edsantiago authored May 29, 2024
2 parents f7bdd13 + 7c1ecb6 commit 9184635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,9 @@ test_build-push_task:
tag_latest_images_task:
alias: tag_latest_images
name: "Tag latest built container images."
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH
only_if: |
$CIRRUS_CRON == '' &&
$CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH
skip: *ci_docs
gce_instance: *ibi_vm
env: *image_env
Expand Down

0 comments on commit 9184635

Please sign in to comment.