Skip to content

Commit

Permalink
fix: ci cleanup cache command (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Feb 1, 2024
1 parent fe5f87c commit c51c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--limit=2000 \
--json='key,id,ref' \
--jq='.[] | select(.ref == "refs/pull/${{ github.event.pull_request.number }}/merge") | .id' \
| xargs --verbose --max-args=1 gh cache delete
| xargs --verbose --max-args=1 gh cache --repo="${{ github.repository }}" delete
clean-up-hosted-datasets:
name: 'Clean Up Hosted Datasets'
Expand Down

0 comments on commit c51c6d6

Please sign in to comment.