Skip to content

Commit

Permalink
fix pr-builder job
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 6, 2023
1 parent 643f9f0 commit 40c7d17
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- pi_pipe
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
prepare:
name: Prepare
runs-on: ubuntu-latest
Expand Down Expand Up @@ -87,9 +92,3 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}
NGC_API_KEY: ${{ secrets.NGC_API_KEY }}

checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false

0 comments on commit 40c7d17

Please sign in to comment.