Skip to content

Commit

Permalink
workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpreet-s committed Jul 1, 2024
1 parent efc2c02 commit 1af98d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Use the package-lock-hash from the setup job
CACHE_KEY="${{ needs.setup.outputs.package-lock-hash }}"
echo "$CACHE_KEY"
if [ -n "$CACHE_KEY" ]; then
curl -L \
-X DELETE \
Expand All @@ -87,7 +85,6 @@ jobs:
"https://api.github.com/repos/${{ github.repository }}/actions/caches?key=$CACHE_KEY"
echo "Cache deleted successfully"
echo "https://api.github.com/repos/${{ github.repository }}/actions/caches?key=$CACHE_KEY"
else
echo "No matching cache found"
fi

0 comments on commit 1af98d3

Please sign in to comment.