Skip to content

Commit 7f75c94

Browse files
committed
Commented only_if condition on integration tests
1 parent 241ff01 commit 7f75c94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ task:
1212

1313
task:
1414
name: Integration Tests for $app_arch (Linux)
15+
# don't run for PRs
1516
only_if: $CIRRUS_PR == ''
1617
skip: '!changesInclude(".cirrus.yml", "$app_arch/*", "$app_arch/**/*")'
1718
depends_on:
@@ -53,6 +54,7 @@ task:
5354

5455
task:
5556
name: Integration Tests for $app_arch (macOS)
57+
# don't run for PRs
5658
only_if: $CIRRUS_PR == ''
5759
skip: '!changesInclude(".cirrus.yml", "$app_arch/*", "$app_arch/**/*")'
5860
depends_on:

0 commit comments

Comments
 (0)