Tento commit je obsažen v:
ammallya
2025-08-28 10:03:48 -07:00
rodič cba3213f41
revize a6e1f61c45
+1 -2
Zobrazit soubor
@@ -94,13 +94,12 @@ jobs:
- script: |
echo "Changes outside monitored paths. Skipping Jenkins trigger."
echo "Sending success status for PSDB..."
export GH_TOKEN=$(GH_PAT)
gh api repos/$(REPOSITORY_NAME)/statuses/$(HEAD_SHA) \
-H "Authorization: token $(GH_PAT)" \
-f state=success \
-f context="PSDB" \
-f description="PSDB skipped"
gh api repos/$(REPOSITORY_NAME)/statuses/$(HEAD_SHA) \
-H "Authorization: token $(GH_PAT)" \
-f state=success \
-f context="psdb-test" \
-f description="psdb-test skipped"