File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515# =============================================================================
1616release_validation_task :
1717 name : " E2E Release Validation"
18- only_if : $CIRRUS_TAG != ' ' || $CIRRUS_BRANCH == 'main'
18+ only_if : $CIRRUS_TAG =~ 'v.* ' || $CIRRUS_BRANCH == 'main'
1919 macos_instance :
2020 image : ghcr.io/cirruslabs/macos-sequoia-base:latest
2121 install_deps_script :
@@ -37,7 +37,7 @@ release_validation_task:
3737
3838full_journey_task :
3939 name : " E2E Journey Tests"
40- only_if : $CIRRUS_TAG != ' '
40+ only_if : $CIRRUS_TAG =~ 'v.* '
4141 macos_instance :
4242 image : ghcr.io/cirruslabs/macos-sequoia-base:latest
4343 install_deps_script :
@@ -53,7 +53,7 @@ full_journey_task:
5353
5454full_edge_cases_task :
5555 name : " E2E Edge Case Tests"
56- only_if : $CIRRUS_TAG != ' '
56+ only_if : $CIRRUS_TAG =~ 'v.* '
5757 macos_instance :
5858 image : ghcr.io/cirruslabs/macos-sequoia-base:latest
5959 install_deps_script :
@@ -69,7 +69,7 @@ full_edge_cases_task:
6969
7070full_commands_task :
7171 name : " E2E Command + Interactive Tests"
72- only_if : $CIRRUS_TAG != ' '
72+ only_if : $CIRRUS_TAG =~ 'v.* '
7373 macos_instance :
7474 image : ghcr.io/cirruslabs/macos-sequoia-base:latest
7575 install_deps_script :
You can’t perform that action at this time.
0 commit comments