fix(CI): inline dual-approval-check, install curl/jq (PRI-1636) #84

Merged
Null Pointer Nancy merged 3 commits from gandalf/pri-1636-inline-dual-approval into main 2026-05-20 14:22:11 +00:00
Showing only changes of commit 424b83c8d7 - Show all commits
+2 -1
View File
@@ -15,6 +15,7 @@ jobs:
promotion-gate:
name: Promotion Gate
runs-on: ubuntu-latest
container: ubuntu:latest
timeout-minutes: 5
steps:
@@ -112,4 +113,4 @@ jobs:
else
echo "Promotion gate failed: waiting for ${GATE_NAME} approval from ${REQUIRED_REVIEWER}."
exit 1
fi
fi