Skip to content

Commit

Permalink
push.yml: just testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Dec 19, 2023
1 parent 6931b14 commit abf6c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# key: ${{ runner.os }}-json-${{ env.cache-name }}
# restore-keys: ${{ runner.os }}-json-${{ env.cache-name }}-

- if: ${{ jobs.build.steps.cache-json.outputs.cache-hit != 'true' }}
- if: ${{ steps.cache-json.outputs.cache-hit != 'true' }}
name: Archive metadata index files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit abf6c8c

Please sign in to comment.