I would like to avoid overwhelming the build. Has anybody done it before?
Asked
Active
Viewed 210 times
1 Answers
-1
There is a feature called conditional builds. You can match against function results, regexes, attributes in lists .. and so on.
See here: https://docs.travis-ci.com/user/conditional-builds-stages-jobs and here: https://docs.travis-ci.com/user/conditions-v1

user8128255
- 133
- 3
- 10
-
None of those conditions include drafts... – Claus Jørgensen Feb 07 '22 at 15:34
-
You could just filter for `WIP` in the PR name. But for drafts, there is no support as it seems: https://github.com/travis-ci/travis-conditions/issues/27 – user8128255 Feb 13 '22 at 12:24