From 37141515b57dd29ae2dda9ab0d90129b7d5fc0b4 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Tue, 5 Dec 2023 16:46:05 +0000 Subject: [PATCH] Exit, not return. --- .github/workflows/run-as-coder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-as-coder.yml b/.github/workflows/run-as-coder.yml index d850e6d65c4..67c7ad7761e 100644 --- a/.github/workflows/run-as-coder.yml +++ b/.github/workflows/run-as-coder.yml @@ -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