Files
erpnext/.github/workflows
Mihir Kandoi ccf54b5881 ci(patch): only fall back when the frappe branch is genuinely absent
The previous `||` treated every fetch failure as a missing branch, so a
transient network or auth error on a base that does exist in frappe would
silently substitute develop and report Patch Test results against the wrong
revision.

Probe with `ls-remote --exit-code` instead: exit 2 means no matching ref, so
fall back; any other non-zero status is a real failure and is re-raised.
2026-08-02 20:45:05 +05:30
..
2025-12-23 13:35:13 +05:30
2025-12-23 13:35:13 +05:30
2025-12-23 13:35:13 +05:30
2026-02-03 14:59:52 +05:30