Skip to content

Commit

Permalink
Merge pull request #246 from ZettaScaleLabs/shorten-sync-job-name
Browse files Browse the repository at this point in the history
fix: shorten sync job name
  • Loading branch information
Mallets authored Nov 8, 2024
2 parents 7579c8c + 2ea79ac commit e6dad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: Cargo.lock

sync:
name: Sync Cargo lockfile with ${{ matrix.dependant }}
name: ${{ matrix.dependant }} sync Cargo.lock
needs: fetch
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit e6dad17

Please sign in to comment.