mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
c7d238da13
Summary: Last month, during the migration to GHA, we decided to reimplement the same behavior we had in CCI: when a new commit comes in, we stop executing tests on the previous one. This behavior is great to save money, but on main it has the side effect that it makes it hard to detect when the ci was broken. \With this change, we want to disable this behvior on main while keeping it in PRs. After this change, when a new commit arrives on main, the previous jobs will not be interrupted ## Changelog [Internal] - Do not cancel jobs on main when new commits are pushed. Reviewed By: cortinico, blakef Differential Revision: D60822657 fbshipit-source-id: 38561438f2e2850a94220d732cd73a09d04e8b81 |
||
---|---|---|
.. | ||
actions | ||
ISSUE_TEMPLATE | ||
workflow-scripts | ||
workflows | ||
ISSUE_TEMPLATE.md | ||
PULL_REQUEST_TEMPLATE.md | ||
RELEASE_TEMPLATE.md | ||
SUPPORT.md |