Skip to content

Commit fc51c5c

Browse files
committed
Edit logic dicision of success and failed
1 parent a42c344 commit fc51c5c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deployReplayPR.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,12 +674,12 @@ jobs:
674674
1. **Monitor Tier0Feeder logs manually:**
675675
2. **Check for job submissions:**
676676
3. **Monitor agent status:**
677-
677+
678678
**This is normal behavior when:**
679679
- The system needs more time to initialize
680680
- No replay jobs are configured to run immediately
681-
- Replay workflow depends on external triggers
682-
681+
- Replay workflow depends on external triggers"
682+
683683
curl -X POST \
684684
-H "Authorization: token ${{ github.token }}" \
685685
-H "Accept: application/vnd.github.v3+json" \
@@ -885,4 +885,7 @@ jobs:
885885
-H "Content-Type: application/json" \
886886
"${{ github.api_url }}/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments" \
887887
-d "$(jq -n --arg body "$COMMENT" '{body: $body}')"
888+
889+
890+
888891

0 commit comments

Comments
 (0)