Update .cirrus.yml

Co-authored-by: Chris Evich <cevich@redhat.com>
Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2024-02-10 13:25:22 -06:00
parent 325d7f4890
commit 477cb90a30

View File

@ -779,7 +779,7 @@ podman_machine_aarch64_task:
# alias: podman_machine_windows # alias: podman_machine_windows
# # Only run for non-docs/copr PRs and non-release branch builds # # Only run for non-docs/copr PRs and non-release branch builds
# # and never for tags. Docs: ./contrib/cirrus/CIModes.md # # and never for tags. Docs: ./contrib/cirrus/CIModes.md
# only_if: *not_tag_branch_build_docs_machine # only_if: *machine_cron_not_tag_build_docs
# depends_on: # depends_on:
# - alt_build # - alt_build
# - build # - build
@ -805,7 +805,7 @@ podman_machine_aarch64_task:
podman_machine_mac_task: podman_machine_mac_task:
name: *std_name_fmt name: *std_name_fmt
alias: podman_machine_mac alias: podman_machine_mac
only_if: *not_tag_branch_build_docs_machine only_if: *machine_cron_not_tag_build_docs
depends_on: depends_on:
- osx_alt_build - osx_alt_build
- local_integration_test - local_integration_test