Skip to content

Commit

Permalink
fix: shorten sync job name
Browse files Browse the repository at this point in the history
Using short name makes it easier to read in the github web ui
  • Loading branch information
diogomatsubara committed Nov 7, 2024
1 parent 7579c8c commit 67eb688
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 }}
needs: fetch
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 67eb688

Please sign in to comment.