Skip to content

Commit 7cdf5a3

Browse files
committed
260412.210140.CST [skip ci] due to #291, relax the conditions for trigerring the cirrus-ci actions
1 parent 8578926 commit 7cdf5a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ task:
3434
# See https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution
3535
## skip: the task will be created / triggered, but its execution will be skipped, and it will be marked as successful.
3636
##skip: "!changesInclude('.cirrus.yml', 'fortran/**', 'c/**', 'python/**')"
37-
# only_if: the task will not be created / triggered.
38-
only_if: "changesInclude('.cirrus.yml', 'CMakeLists.txt', 'fortran/**', 'c/**', 'python/**')"
37+
## only_if: the task will not be created / triggered.
38+
##only_if: "changesInclude('.cirrus.yml', 'CMakeLists.txt', 'fortran/**', 'c/**', 'python/**')"
3939

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

0 commit comments

Comments
 (0)