Skip to content

Commit 2d7b903

Browse files
Update .github/workflows/smoketest.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 6d17d1f commit 2d7b903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
BRANCH_DEPLOY_RESULT: ${{ steps.branch-deploy.outputs.continue }}
3535
run: |
36-
# Make the job stop with an error if branch-deploy didn't return "true".
36+
# Stop the job with an error if branch-deploy didn't return "true".
3737
echo "Branch Deploy result: $BRANCH_DEPLOY_RESULT"
3838
if [ "$BRANCH_DEPLOY_RESULT" != "true" ] ; then
3939
echo "Branch Deploy didn't return true. Aborting the job."

0 commit comments

Comments
 (0)