From 1dab6f077d00e5f695acef4af0f9b82455055489 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Thu, 22 Aug 2024 15:13:59 -0400 Subject: [PATCH] Revert "Run the never-run job" This reverts commit bb4caa3d476278a72392ff6ed030c110591672b0. --- .github/workflows/pr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ae8f25aa448..13f7573d4f1 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,6 +17,8 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10 never-run: runs-on: ubuntu-latest + if: false steps: - run: | echo "This should never run!" + exit 1