Skip to content

Commit

Permalink
Update workflow step to restore cache (#17656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 7, 2020
1 parent 4c38e3e commit 5d79a8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -190,7 +190,11 @@ jobs:
runs-on: ubuntu-latest
needs: [publishRelease]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: restore-build
with:
path: ./*
key: ${{ github.sha }}
- run: ./release-stats.sh
- uses: ./.github/actions/next-stats-action
env:
Expand Down

0 comments on commit 5d79a8c

Please sign in to comment.