Skip to content

Commit

Permalink
.github/workflows: Fix the 'cache miss' step name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed May 8, 2024
1 parent 275ed7d commit d75ddf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-master
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
name: Print a stub message when there is a cache miss
continue-on-error: true
run: echo Stub action merely printing a notice that there was a cache miss
# More useful with e.g. npm.
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-master
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
name: Print a stub message when there is a cache miss
continue-on-error: true
run: echo Stub action merely printing a notice that there was a cache miss
# More useful with e.g. npm.
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-master
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
name: Print a stub message when there is a cache miss
continue-on-error: true
run: echo Stub action merely printing a notice that there was a cache miss
# More useful with e.g. npm.
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}-master
- if: ${{ steps.bazel-cache.outputs.cache-hit != 'true' }}
name: List the state of node modules
name: Print a stub message when there is a cache miss
continue-on-error: true
run: echo Stub action merely printing a notice that there was a cache miss
# More useful with e.g. npm.
Expand Down

0 comments on commit d75ddf3

Please sign in to comment.