Skip to content

Commit

Permalink
Drop 'CI Pipeline / Check' dependency from the 'package-core' job (#1885
Browse files Browse the repository at this point in the history
)

"CI Pipeline / check" job is only run on pull-requests so having that as a dependency was preventing the "packaging job" from happening on merges to the branch.

Authors:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #1885
  • Loading branch information
AnuradhaKaruppiah authored Sep 6, 2024
1 parent 070d168 commit b8652f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
package-core:
name: Package Core
if: ${{ inputs.conda_core_run_build }}
needs: [check, documentation, test]
needs: [documentation, test]
runs-on: linux-amd64-cpu16
timeout-minutes: 60
container:
Expand Down

0 comments on commit b8652f6

Please sign in to comment.