Skip to content

Commit

Permalink
Update entry-point.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 6, 2024
1 parent 5978c6c commit f6541f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/entry-point.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ jobs:
run: |
if [[ "${{ env.REPO_OWNER }}" != "cFS" ]]; then
echo "Triggering internal workflow..."
gh workflow list
gh workflow run internal-build-document.yml --ref main
gh workflow run internal-build-documentation.yml --ref main
elif [[ "${{ env.REPO_OWNER }}" == "cFS" ]]; then
echo "Triggering external workflow..."
gh workflow run external-build-document.yml --ref main
gh workflow run external-build-documentation.yml --ref main
else
echo "No matching workflow."
fi
Expand Down

0 comments on commit f6541f4

Please sign in to comment.