chore: sync cascade-dev.yml from Template-Generic [skip ci]

This commit is contained in:
2026-07-05 21:21:54 +00:00
parent b7d46b164d
commit 62ccbf7a63
+2 -2
View File
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
#
# FILE INFORMATION
# DEFGROUP: Gitea.Workflow
# DEFGROUP: MokoGitea.Workflow
# INGROUP: MokoStandards.Cascade
# REPO: https://git.mokoconsulting.tech/MokoConsulting/Template-Generic
# PATH: /.mokogitea/workflows/cascade-dev.yml
@@ -71,7 +71,7 @@ jobs:
echo "Reusing open cascade PR #${PR}"
fi
# 3. wait for Gitea to compute mergeability (conflict detection)
# 3. wait for MokoGitea to compute mergeability (conflict detection)
MERGEABLE=""
for _ in 1 2 3 4 5 6; do
MERGEABLE=$(curl -sf -H "$AUTH" "${API}/pulls/${PR}" | jqnum mergeable)