Skip to content

Commit

Permalink
ci: Make the Build and Push job name shorter
Browse files Browse the repository at this point in the history
It often doesn't fit in Github UI which is quite annoying.

Signed-off-by: Eden Reich <[email protected]>
  • Loading branch information
edenreich committed Feb 16, 2025
1 parent c0cf8d3 commit b59e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build_container:
name: Build and Push Docker Containers
name: B&P Docker Containers
needs: github_release
if: needs.github_release.outputs.new_release_published == 'true'
timeout-minutes: 45
Expand Down

0 comments on commit b59e42d

Please sign in to comment.