Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Jul 8, 2024
1 parent af52626 commit c5ae3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*'

concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build Images')
group: format('{0}-{1}', ${{ github.ref }}, 'Build Docker Images')
cancel-in-progress: true

permissions: read-all
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:


build_and_push_lite:
name: Build and push vitess/lite
name: Build and push lite
runs-on: gh-hosted-runners-16cores-1
if: github.repository == 'vitessio/vitess' && needs.skip_push.result == 'success'
needs:
Expand Down

0 comments on commit c5ae3ee

Please sign in to comment.