Skip to content

Commit

Permalink
job names
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Sep 11, 2024
1 parent c57156c commit 73a1769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cache-rocksdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
jobs:

check-cache-rocksdb:
name: Check existing cache
runs-on: ubuntu-latest
outputs:
cache-hit: ${{ steps.cache-rocksdb.outputs.cache-hit }}
Expand All @@ -37,6 +38,7 @@ jobs:


save-cache-rocksdb:
name: Build rocksdb libraries and save cache
runs-on: ubuntu-latest
needs: check-cache-rocksdb
if: needs.check-cache-rocksdb.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 73a1769

Please sign in to comment.