Skip to content

Commit

Permalink
Add diagnostic workflow for cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 20, 2024
1 parent 8353459 commit 98b1eb1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/diagnose_cache_size.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/cache/restore@v4
with:
path: |
cache/
key: setup-ruby-bundler-cache-v6-ubuntu-22.04-x64-ruby-3.1.6-wd-/home/runner/work/manageiq-providers-ibm_cloud/manageiq-providers-ibm_cloud-with--without--only--Gemfile.lock-1640b0617d93b069ce17fe8efbda8dd9651edd3f6aa9fa624cd97a1b4a2e505c
- uses: actions/upload-artifact@v4
with:
name: cache
path: cache/

0 comments on commit 98b1eb1

Please sign in to comment.