Skip to content

Commit

Permalink
#12496: Make the name of the job clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Dec 4, 2024
1 parent d7a2339 commit 0c00e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
infra/machine_setup/scripts/setup_hugepages.py
metal_libs-*+*.whl
fail_on_unmatched_files: true
create-docker-image:
create-docker-release-image:
needs: [
create-tag,
create-and-upload-draft-release
Expand All @@ -189,7 +189,7 @@ jobs:
secrets: inherit
with:
version: ${{ needs.create-tag.outputs.version }}
is_major_version: ${{ needs.get-params.outputs.is-release-candidate !='true' && needs.get-params.outputs.should-create-release == 'true' }}
is_major_version: ${{ needs.get-params.outputs.is-release-candidate !='true' && needs.get-params.outputs.should-create-release == 'true' }}
release-docs:
needs: [
get-params,
Expand Down

0 comments on commit 0c00e7a

Please sign in to comment.