Skip to content

Commit

Permalink
fix pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Aug 28, 2024
1 parent c0afb2d commit 504786d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]

0 comments on commit 504786d

Please sign in to comment.