Skip to content

Commit a829861

Browse files
committed
260222.221418.CET [skip ci] revise .cirrus.yml to add CMakeLists.txt to changesInclude
1 parent e1f71dc commit a829861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ task:
4545
## skip: the task will be created / triggered, but its execution will be skipped, and it will be marked as successful.
4646
##skip: "!changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"
4747
# only_if: the task will not be created / triggered.
48-
only_if: "changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"
48+
only_if: "changesInclude('.cirrus.yml', 'CMakeLists.txt', 'fortran/**', 'c/**', 'python/**')"
4949

5050
timeout_in: 120m # There is a hard limit of 2 hours for free tasks.
5151

0 commit comments

Comments
 (0)