Skip to content

Commit

Permalink
rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Jun 28, 2024
1 parent d91639a commit df92e88
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.frontend == 'true'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
# TODO: change cache key from setup.cfg to something more general
- name: pip cache
- name: load github cache
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.stack == 'true'
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.stack == 'true'
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.stack == 'true'
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.syft == 'true'
with:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.syft == 'true' || steps.changes.outputs.notebooks == 'true'
with:
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.stack == 'true' || steps.changes.outputs.notebooks == 'true'
with:
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
run: |
echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT
- name: pip cache
- name: load github cache
uses: actions/cache@v4
if: steps.changes.outputs.syft == 'true'
with:
Expand Down

0 comments on commit df92e88

Please sign in to comment.