Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent 56135d5 commit be57fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
cat $GITHUB_OUTPUT
- name: Restore from cache
env:
NO_CACHE: ${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}
NO_CACHE: ${{ steps.cache.outputs.no-cache || steps.issue_comment.outputs.DISABLE_CACHE || (steps.cache.outputs.deleted_count && steps.cache.outputs.deleted_count > 20) }}
DISABLE_CACHE: ${{ steps.issue_comment.outputs.DISABLE_CACHE }}
DISABLE_CACHE: ${{ steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}
DISABLE_CACHE2: ${{ steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}
BOOTSTRAP: ${{ steps.cache.outputs.bootstrap }}
CONFIGURE: ${{ steps.cache.outputs.configure }}
EVENT: ${{ github.event_name }}
Expand Down

0 comments on commit be57fc3

Please sign in to comment.