Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 7, 2024
1 parent 750ae6a commit bc62074
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
uses: ./.github/workflows/checks-and-builds.yaml
with:
build_type: branch
publish: true
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/checks-and-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
inputs:
build_type:
type: string
publish:
type: boolean

jobs:
check-style:
Expand Down Expand Up @@ -42,10 +44,12 @@ jobs:
with:
build_type: ${{ inputs.build_type }}
package-name: rapids-build-backend
if: ${{ inputs.publish }}
publish-conda:
needs:
- build-conda
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: ${{ inputs.build_type }}
if: ${{ inputs.publish }}
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
uses: ./.github/workflows/checks-and-builds.yaml
with:
build_type: pull-request
publish: false
secrets: inherit

0 comments on commit bc62074

Please sign in to comment.