Skip to content

Commit

Permalink
Update createGuide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Nov 11, 2024
1 parent ba82f6c commit 5682c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
STATUS=$(echo "$RUN_STATUS_RESPONSE" | jq -r '.status')
echo "Current run status: $STATUS"
done
if [[ "$STATUS" != "succeeded" || "$STATUS" != "completed" ]]; then
if [[ "$STATUS" != "succeeded" && "$STATUS" != "completed" ]]; then
echo "Run failed with status: $STATUS"
exit 1
fi
Expand Down

0 comments on commit 5682c5c

Please sign in to comment.