stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.55k stars 365 forks source link

Properly allow multiple downstream jenkins runs #3262

Closed WardBrian closed 5 months ago

WardBrian commented 5 months ago

We had an || instead of an && so this was always true, which led to problems when multiple Math PRs were running at once.

Cmdstan has the same issue currently, I'll open a separate PR