Skip to content

Commit

Permalink
[CI BUILD] test with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Dec 11, 2023
1 parent 749ec3c commit a895700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ jobs:
CHANGES="$?"
echo "changes=$CHANGES" >> $GITHUB_OUTPUT
- name: Debug will the package cache be saved?
if: steps.check_packagecache.outputs.changes == 0
run: echo "saving"

- name: Save Library/PackageCache cache
uses: actions/cache/save@v3
if: github.ref == 'refs/heads/main' && steps.check_packagecache.outputs.changes == 0 && steps.cache_packagecache.outputs.cache-hit != 'true' && ! matrix.packages_to_remove # Ideally, we'd save caches on branches, but they're too big, and branch caches can evict those from main, which is unacceptable.
Expand Down

0 comments on commit a895700

Please sign in to comment.