diff --git a/.github/actions/verify-metrics-snapshot/action.yaml b/.github/actions/verify-metrics-snapshot/action.yaml index 74b716c0ab9..38e7c7d6b63 100644 --- a/.github/actions/verify-metrics-snapshot/action.yaml +++ b/.github/actions/verify-metrics-snapshot/action.yaml @@ -45,6 +45,9 @@ runs: with: path: ./.metrics/${{ inputs.snapshot }} key: ${{ env.v2_tag }}_${{ inputs.artifact_key }} + + - name: Delete cache + run: gh cache delete ${{ env.v2_tag }}_${{ inputs.artifact_key }} - name: Download the cached tagged metrics id: cache-metrics