Skip to content

Commit

Permalink
Exit, not return.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Dec 5, 2023
1 parent e946892 commit 3714151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-as-coder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
echo " - DevContainer Documentation: https://github.com/NVIDIA/cccl/blob/main/.devcontainer/README.md"
echo " - Continuous Integration (CI) Overview: https://github.com/NVIDIA/cccl/blob/main/ci-overview.md"
fi
return $exit_code
exit $exit_code

0 comments on commit 3714151

Please sign in to comment.