Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Sep 4, 2024
1 parent 2e9935e commit 099b938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ concurrency:
cancel-in-progress: true

jobs:

#----------------------------------------------------------------------------
# Cache LFS: Checkout LFS data and update the cache to limit LFS bandwidth
#----------------------------------------------------------------------------
cache_lfs:
runs-on: ubuntu-latest
name: Update LFS data cache
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Finally, Producer/Consumer will copy the LFS data only using cmake to the `targe
## Usage

In an first job, use the `producer` action, which output the LFS sha that will be produced
In a second job, usually a matrix joib, depending on the first,
In a second job, usually a matrix job, depending on the first,
recover the LFS sha from first job and use the `consumer` action.

```
Expand Down Expand Up @@ -67,6 +67,10 @@ jobs:
- name: Cache LFS Data
uses: f3d-app/lfs-data-cache-action:v1
#----------------------------------------------------------------------------
# Actual CI: Recover LFS data first
#----------------------------------------------------------------------------
recover_lfs:
needs: cache_lfs
Expand Down

0 comments on commit 099b938

Please sign in to comment.