Skip to content

Commit

Permalink
fix: keep sync Cargo.lock in the name of job
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 8, 2024
1 parent 67eb688 commit 2ea79ac
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: ${{ matrix.dependant }}
name: ${{ matrix.dependant }} sync Cargo.lock
needs: fetch
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 2ea79ac

Please sign in to comment.