From 504786d199fe929546aea901832042fb5fbc401e Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 28 Aug 2024 18:47:55 +0000 Subject: [PATCH] fix pr.yaml --- .github/workflows/pr.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 4229906a71..b4b67476ab 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -49,7 +49,7 @@ jobs: - checks - ci_pipe secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.02 + uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10 prepare: # Executes the get-pr-info action to determine if the PR has the skip-ci label, if the action fails we assume the @@ -99,13 +99,3 @@ jobs: test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-240614 secrets: NGC_API_KEY: ${{ secrets.NGC_API_KEY }} - - pr-builder: - # Always run this step even if others are skipped or cancelled - if: '!cancelled()' - needs: - - prepare - - checks - - ci_pipe - secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10