We use CircleCI, and we have two test suites: one is fast and the other is slow. We would like to start the first set when a branch is complete, but only start the second set when commits are made to the branch master. Is it possible? How to set it up?
master
You can read the value $CIRCLE_BRANCHand determine which mode to use in your circle.yml file. Something like ifin bash should be enough.
$CIRCLE_BRANCH
if
Here are all available env vars.
Source: https://habr.com/ru/post/1619952/More articles:Matlab: S-Function Builder Block: distributes source files in several ways - c ++Unable to fix the "Syntax error" error for each statement is only available if the source level is 1.5 "- lotus-dominoะคะพัะผะฐ Symfony 3 + Aurelia - symfonyOpenMP SIMD nested loop vectorization - vectorizationSemantic interface - how you display error messages in an error block as input strings - javascriptDoes the class name underscore the correct way to ensure that the class is not used outside the library? - dartRuby class - ruby โโ| fooobar.comHow to check if a word-meaning pair is present in a dictionary? - pythonHow to publish nuget beta packages from AppVeyor - nugetThe problem of localizing the Chrome extension when adding it - says that I did not set the standard locale, although I did - jsonAll Articles